1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

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)
#============================================================================