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:
parent
42debf5392
commit
06519895d4
|
@ -806,7 +806,7 @@ find_package(
|
||||||
Getopt::Long Time::HiRes Date::Manip LWP::UserAgent
|
Getopt::Long Time::HiRes Date::Manip LWP::UserAgent
|
||||||
ExtUtils::MakeMaker ${ZM_MMAP_PERLPACKAGE})
|
ExtUtils::MakeMaker ${ZM_MMAP_PERLPACKAGE})
|
||||||
if(NOT PERLMODULES_FOUND)
|
if(NOT PERLMODULES_FOUND)
|
||||||
message(FATAL_ERROR
|
message(WARNING
|
||||||
"Not all required perl modules were found on your system")
|
"Not all required perl modules were found on your system")
|
||||||
endif(NOT PERLMODULES_FOUND)
|
endif(NOT PERLMODULES_FOUND)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue