From 250d913ddae3407a63f0f7882bb47705675b790f Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Wed, 27 Mar 2024 16:40:30 -0700 Subject: [PATCH] Remove vestigial Conan bit in CMakeLists.txt This is no longer required since we switched Conan to vcpkg a while back. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6452cd5bf4..891858ac4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ()