mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove vestigial Conan bit in CMakeLists.txt
This is no longer required since we switched Conan to vcpkg a while back.
This commit is contained in:
parent
602b1f88fb
commit
250d913dda
1 changed files with 0 additions and 4 deletions
|
@ -230,10 +230,6 @@ if (ZEEK_STANDALONE)
|
|||
endif ()
|
||||
# Tell zeek_target_link_libraries to add library dependencies as PRIVATE.
|
||||
set(zeek_exe_access PRIVATE)
|
||||
# Also build the static library when asked for via Conan.
|
||||
if (CONAN_EXPORTED)
|
||||
add_library(zeek_lib STATIC)
|
||||
endif ()
|
||||
else ()
|
||||
add_library(zeek_lib STATIC)
|
||||
endif ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue