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:
Christian Kreibich 2024-03-27 16:40:30 -07:00
parent 602b1f88fb
commit 250d913dda

View file

@ -230,10 +230,6 @@ if (ZEEK_STANDALONE)
endif () endif ()
# Tell zeek_target_link_libraries to add library dependencies as PRIVATE. # Tell zeek_target_link_libraries to add library dependencies as PRIVATE.
set(zeek_exe_access 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 () else ()
add_library(zeek_lib STATIC) add_library(zeek_lib STATIC)
endif () endif ()