diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index b97a626..2cf23d2 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -32,11 +32,11 @@ if(MINGW) | |||
32 | option(MINIZIP_INSTALL_COMPAT_DLL "Install a copy as libminizip-1.dll" ON) | 32 | option(MINIZIP_INSTALL_COMPAT_DLL "Install a copy as libminizip-1.dll" ON) |
33 | endif(MINGW) | 33 | endif(MINGW) |
34 | 34 | ||
35 | include(CheckCSourceCompiles) | ||
35 | include(CheckFunctionExists) | 36 | include(CheckFunctionExists) |
36 | include(CheckIncludeFile) | 37 | include(CheckIncludeFile) |
37 | include(CheckCSourceCompiles) | ||
38 | include(CMakePackageConfigHelpers) | 38 | include(CMakePackageConfigHelpers) |
39 | include(CPack) | 39 | include(CheckTypeSize) |
40 | include(GNUInstallDirs) | 40 | include(GNUInstallDirs) |
41 | 41 | ||
42 | if(MINIZIP_ENABLE_BZIP2) | 42 | if(MINIZIP_ENABLE_BZIP2) |