From 75d6f221429bb53725b7dc5548e5a2c2ab0b8356 Mon Sep 17 00:00:00 2001 From: Lionel Modi Date: Sat, 26 Nov 2022 14:54:08 -0300 Subject: [PATCH] Fix 381 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28511c5bc..8534e90b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,8 @@ target_link_libraries(Crow asio::asio ) +target_compile_definitions(Crow INTERFACE "") + if("compression" IN_LIST CROW_FEATURES) find_package(ZLIB REQUIRED) target_link_libraries(Crow INTERFACE ZLIB::ZLIB)