From 592feac9f00f8e5df4075437790d7b8b16676660 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 6 Dec 2012 19:09:11 +0100 Subject: [PATCH] fix config issue --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 333c53f085..538bae3c7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,5 @@ cmake_minimum_required(VERSION 2.6) -SET(CMAKE_BUILD_TYPE ModelChecker) IF(CMAKE_BUILD_TYPE STREQUAL "ModelChecker") SET(enable_coverage ON) SET(enable_model-checking ON) -- 2.20.1