From 2bebe845467f8c795bcc94181cef08671c579b09 Mon Sep 17 00:00:00 2001 From: bergmann Date: Wed, 10 Oct 2018 22:05:38 +0200 Subject: [PATCH] * fixed cmake tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fee0f4c..aa2756a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Initialize CMake ################################################################################ CMake_Minimum_Required ( VERSION 3.5.1 FATAL_ERROR ) - +Include ( CTest ) If ( NOT CMAKE_BUILD_TYPE ) Set ( CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build!" FORCE ) EndIf ( NOT CMAKE_BUILD_TYPE )