Skip to content

Commit

Permalink
Merge pull request #3 from xsacha/patch-2
Browse files Browse the repository at this point in the history
Remove old linkage to ZLIB::ZLIB
  • Loading branch information
ruslo authored Jan 20, 2018
2 parents c0f7371 + b656156 commit 1fa2fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ endif()

# create minizip library
add_library(minizip ${MINIZIP_SRC} ${MINIZIP_PUBLIC_HEADERS})
target_link_libraries(minizip ZLIB::ZLIB)

target_link_libraries(minizip PUBLIC ZLIB::zlib)

Expand Down

0 comments on commit 1fa2fb3

Please sign in to comment.