zeek / cmake

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

Set CMP0110 to new in the plugin code to permit whitespace in test names #47

Closed ckreibich closed 2 years ago

ckreibich commented 2 years ago

This took me a bit to figure out: since zeek_plugin_end is a macro, setting the policy in ZeekPluginCommon.cmake only takes effect when done inside the macro, not higher up in the file. Two related things to flag:

@Neverlord let me know in case this clashes with any cmake cleanups you're planning!

Resolves #46.