diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b414ae7..f94555fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -41,10 +41,11 @@ include(AddCompilerFlag) | |||
41 | include(ApiDsl) | 41 | include(ApiDsl) |
42 | include(CheckCCompilerFlag) | 42 | include(CheckCCompilerFlag) |
43 | include(CheckCXXCompilerFlag) | 43 | include(CheckCXXCompilerFlag) |
44 | include(CTest) | ||
45 | include(MacRpath) | 44 | include(MacRpath) |
46 | include(StrictAbi) | 45 | include(StrictAbi) |
47 | 46 | ||
47 | enable_testing() | ||
48 | |||
48 | set(CMAKE_MACOSX_RPATH ON) | 49 | set(CMAKE_MACOSX_RPATH ON) |
49 | 50 | ||
50 | if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") | 51 | if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") |