diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9003fd5..f9e9620 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -38,11 +38,12 @@ if(NOT DEFINED CMAKE_BUILD_TYPE AND NOT IS_MULTI) | |||
38 | message(STATUS "No CMAKE_BUILD_TYPE set -- using Release") | 38 | message(STATUS "No CMAKE_BUILD_TYPE set -- using Release") |
39 | set(CMAKE_BUILD_TYPE Release) | 39 | set(CMAKE_BUILD_TYPE Release) |
40 | endif(NOT DEFINED CMAKE_BUILD_TYPE AND NOT IS_MULTI) | 40 | endif(NOT DEFINED CMAKE_BUILD_TYPE AND NOT IS_MULTI) |
41 | include(CheckTypeSize) | 41 | |
42 | include(CheckCSourceCompiles) | ||
42 | include(CheckFunctionExists) | 43 | include(CheckFunctionExists) |
43 | include(CheckIncludeFile) | 44 | include(CheckIncludeFile) |
44 | include(CheckCSourceCompiles) | ||
45 | include(CMakePackageConfigHelpers) | 45 | include(CMakePackageConfigHelpers) |
46 | include(CheckTypeSize) | ||
46 | include(CPack) | 47 | include(CPack) |
47 | include(GNUInstallDirs) | 48 | include(GNUInstallDirs) |
48 | 49 | ||