Skip to content

Commit

Permalink
use _FOUND suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Aug 22, 2022
1 parent 8d07a77 commit fab6ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## minizip-ng ##
#####################
find_package(minizip )
if(NOT minizip)
if(NOT minizip_FOUND)
set(REPOSITORY "https://github.com/zlib-ng/minizip-ng.git")
set(TAG "3.0.6")
set(CMAKE_ARGS_MZ "-DCMAKE_INSTALL_PREFIX=${DEPS_INSTALL_DIR} -DMZ_LZMA=OFF -DMZ_ZSTD=OFF -DMZ_BZIP2=OFF -DMZ_PKCRYPT=OFF -DMZ_WZAES=OFF -DMZ_OPENSSL=OFF -DMZ_ICONV=OFF")
Expand Down

0 comments on commit fab6ebb

Please sign in to comment.