mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix "unused CMake variable" configuration warnings
This commit is contained in:
parent
f3f5ca923e
commit
1f70f607ce
4 changed files with 7 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.5-892 | 2018-08-22 11:49:12 -0500
|
||||
|
||||
* Fix "unused CMake variable" configuration warnings (Jon Siwek, Corelight)
|
||||
|
||||
2.5-890 | 2018-08-21 16:47:52 -0500
|
||||
|
||||
* Fix Travis CI script to checkout particular commits of external tests
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-890
|
||||
2.5-892
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 4cc3e344cf2698010a46684d32a2907a943430e3
|
||||
Subproject commit 433676df0af266540b8a3d9216cfd9dbc1361b09
|
3
configure
vendored
3
configure
vendored
|
@ -144,8 +144,6 @@ append_cache_entry INSTALL_BROCTL BOOL true
|
|||
append_cache_entry CPACK_SOURCE_IGNORE_FILES STRING
|
||||
append_cache_entry ENABLE_MOBILE_IPV6 BOOL false
|
||||
append_cache_entry DISABLE_PERFTOOLS BOOL false
|
||||
append_cache_entry DISABLE_RUBY_BINDINGS BOOL true
|
||||
append_cache_entry ENABLE_COVERAGE BOOL false
|
||||
|
||||
# parse arguments
|
||||
while [ $# -ne 0 ]; do
|
||||
|
@ -222,6 +220,7 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry ENABLE_JEMALLOC BOOL true
|
||||
;;
|
||||
--enable-broccoli)
|
||||
append_cache_entry DISABLE_RUBY_BINDINGS BOOL true
|
||||
append_cache_entry INSTALL_BROCCOLI BOOL yes
|
||||
;;
|
||||
--disable-broctl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue