CMake: Uncomment stop sign.

This commit is contained in:
Vollstrecker 2024-12-27 10:58:25 +01:00 committed by Mark Adler
parent c99a4ae60f
commit 373bc1d7c5

View file

@ -8,7 +8,7 @@ project(minizip
if(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW)
message(WARNING "libminizip needs 64bit - stopping here")
# return()
return()
endif(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW)
#============================================================================