zeek / cmake

CMake scripts used in Zeek
https://www.zeek.org
Other
48 stars 59 forks source link

Use EXTRA_COMPILE_FLAGS for coverage flag #110

Closed timwoj closed 6 months ago

timwoj commented 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.

Related to https://github.com/zeek/zeek/pull/3748