FATAL_ERROR to WARNING. The purpose is to allow codeQL to build cpp even though the perl deps havn't been installed.

This commit is contained in:
Isaac Connor 2020-10-02 09:04:03 -04:00
parent 42debf5392
commit 06519895d4
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ find_package(
Getopt::Long Time::HiRes Date::Manip LWP::UserAgent
ExtUtils::MakeMaker ${ZM_MMAP_PERLPACKAGE})
if(NOT PERLMODULES_FOUND)
message(FATAL_ERROR
message(WARNING
"Not all required perl modules were found on your system")
endif(NOT PERLMODULES_FOUND)