diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | if(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW) | 9 | if(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW) |
10 | message(WARNING "libminizip needs 64bit - stopping here") | 10 | message(WARNING "libminizip needs 64bit - stopping here") |
11 | # return() | 11 | return() |
12 | endif(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW) | 12 | endif(CMAKE_SIZEOF_VOID_P LESS 8 AND NOT MINGW) |
13 | 13 | ||
14 | #============================================================================ | 14 | #============================================================================ |