Skip to content

Commit

Permalink
Fix 381
Browse files Browse the repository at this point in the history
  • Loading branch information
hlmodi authored and mrozigor committed Nov 30, 2022
1 parent fc87b47 commit 75d6f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 75d6f22

Please sign in to comment.