zeek / cmake

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

Force -std=c++17 compiler argument for plugin targets #80

Closed timwoj closed 1 year ago

timwoj commented 1 year ago

This is the cmake changes for https://github.com/zeek/zeek/pull/3124

timwoj commented 1 year ago

RequireCXX17.cmake is obsolete for the Zeek repo with the changes in the linked PR, but I left it in because other repos are still using it. At some point we should revisit those and make these same changes.