From 19e09a90dd7154081b9e50a1ab6d09f1ce3361bc Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Wed, 21 Apr 2010 21:38:47 -0600 Subject: [PATCH] Updated CMakeLists.txt to remove FORCE from debug option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0c345e55..a67151f21 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -set (CMAKE_BUILD_TYPE Debug CACHE STRING "One of: None Debug Release RelWithDebInfo MinSizeRel." FORCE) +set (CMAKE_BUILD_TYPE Debug CACHE STRING "One of: None Debug Release RelWithDebInfo MinSizeRel.") if (APPLE) # SET (CMAKE_OSX_ARCHITECTURES "i386;x86_64;" )