From 373bc1d7c564fdff67847d215eb0b6a5896c23a2 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Fri, 27 Dec 2024 10:58:25 +0100 Subject: CMake: Uncomment stop sign. --- contrib/minizip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index 39e0dcb..932476c 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt @@ -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) #============================================================================ -- cgit v1.2.3-55-g6feb