mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/3090-propagate-build-type'
* origin/topic/awelzel/3090-propagate-build-type:
ZeekPluginBootstrap: Encode Zeek's CMAKE_BUILD_TYPE
(cherry picked from commit 2eeba959fe
)
This commit is contained in:
parent
97ac6471b7
commit
ac63f727f7
2 changed files with 5 additions and 1 deletions
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit b191c36167bc0d6bd9f059b01ad4c99be98488d9
|
||||
Subproject commit edaaa3aed6d2f8d89c0981a5c914d151ed2c7e4d
|
|
@ -17,3 +17,7 @@ set(ZEEK_CMAKE_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
|||
# the package directory.
|
||||
set(ZEEK_PLUGIN_SCRIPTS_PATH "${ZEEK_CMAKE_CONFIG_DIR}"
|
||||
CACHE PATH "Path to utility scripts for building Zeek plugins." FORCE)
|
||||
|
||||
# The CMAKE_BUILD_TYPE type to use for external plugins if not overridden.
|
||||
set(ZEEK_CMAKE_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
|
||||
CACHE PATH "Internal Zeek variable: CMAKE_BUILD_TYPE of Zeek." FORCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue