Skip to content

Commit

Permalink
Comment one line to avoid linking zlib with a wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
martincapello committed Sep 23, 2021
1 parent c7aef0a commit 09cf6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ if(ZLIB_FOUND)
# version of CMake. This allows our dependents to get our dependencies
# transitively.
if(NOT CMAKE_VERSION VERSION_LESS 3.4)
list(APPEND CURL_LIBS ZLIB::ZLIB)
#list(APPEND CURL_LIBS ZLIB::ZLIB)
else()
list(APPEND CURL_LIBS ${ZLIB_LIBRARIES})
include_directories(${ZLIB_INCLUDE_DIRS})
Expand Down

0 comments on commit 09cf6fd

Please sign in to comment.