From 3a4383b6465c43cf36bf36a53b2434c94168949a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20B=C3=A9daride?= Date: Thu, 31 Jan 2013 11:14:00 +0100 Subject: [PATCH] Revert "Add ModelChecker build type" This reverts commit 07eb7317b31474d0b6702c255741b194dbfd2d6d. Conflicts: CMakeLists.txt --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49451976c8..2ed2fea4f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,4 @@ cmake_minimum_required(VERSION 2.6) - -IF(CMAKE_BUILD_TYPE STREQUAL "ModelChecker") - SET(enable_coverage ON) - SET(enable_model-checking ON) - SET(enable_lua ON) - SET(enable_compile_optimization OFF) -ENDIF() - ### Need to set rc ccompiler before enable language if(WIN32) SET(CMAKE_RC_COMPILER "windres") -- 2.20.1