Skip to content

Commit

Permalink
Temp: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 26, 2024
1 parent 4014e65 commit c24ec65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/wzmaplib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ target_link_libraries(wzmaplib PRIVATE quickjs)
##################################
# ZipIOProvider (requires libzip)

set(CMAKE_FIND_DEBUG_MODE TRUE)
find_package(libzip QUIET)
set(CMAKE_FIND_DEBUG_MODE FALSE)
if (libzip_FOUND)
# Test linking libzip
include(CheckCXXSourceCompiles)
Expand Down

0 comments on commit c24ec65

Please sign in to comment.