Closed timwoj closed 6 months ago
Instead of setting CMAKE_*_FLAGS directly, set EXTRA_COMPILE_FLAGS like everything else in this file and let them get added to the CMAKE flags at the end.
CMAKE_*_FLAGS
EXTRA_COMPILE_FLAGS
Related to https://github.com/zeek/zeek/pull/3748
Instead of setting
CMAKE_*_FLAGS
directly, setEXTRA_COMPILE_FLAGS
like everything else in this file and let them get added to the CMAKE flags at the end.Related to https://github.com/zeek/zeek/pull/3748