Update CMakeLists.txt

This commit is contained in:
Andy Vandijck 2024-02-17 20:11:10 +01:00 committed by GitHub
parent 56b24556df
commit ef5df90e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -181,12 +181,12 @@ else(WIN32)
endif()
# Check for libminizip
# pkg_check_modules( MINIZIP REQUIRED minizip)
pkg_check_modules( MINIZIP REQUIRED minizip)
# if ( ${MINIZIP_FOUND} )
if ( ${MINIZIP_FOUND} )
message( STATUS "Using System minizip ${MINIZIP_VERSION}" )
add_definitions( -D_SYSTEM_MINIZIP ${MINIZIP_CFLAGS} )
# endif()
endif()
pkg_check_modules( LIBARCHIVE libarchive)