Skip to content

Commit

Permalink
Explicitly link to zlib in vendored copy of minizip
Browse files Browse the repository at this point in the history
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
  • Loading branch information
Osyotr authored and biodranik committed May 1, 2024
1 parent 5382716 commit 3042851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3party/minizip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ target_compile_definitions(${PROJECT_NAME}
)

target_compile_options(${PROJECT_NAME} PRIVATE $<$<C_COMPILER_ID:Clang,AppleClang,GNU>:-Wno-unused-value>)

target_link_libraries(${PROJECT_NAME} PUBLIC ZLIB::ZLIB)

0 comments on commit 3042851

Please sign in to comment.