From 738606b85123bee64f11672f0f9a3f52ae0ea865 Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Wed, 5 Jul 2017 16:07:39 -0700 Subject: [PATCH] fix rogue FORCE that didn't make sense --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f54370..63c77ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDBGINFO "${CMAKE_CXX_FLAGS_RELEASE} -g") if(NOT CMAKE_BUILD_TYPE) message(STATUS "Assuming this is a release build. -DCMAKE_BUILD_TYPE=Debug otherwise.") - set(CMAKE_BUILD_TYPE Release FORCE) + set(CMAKE_BUILD_TYPE "Release") endif(NOT CMAKE_BUILD_TYPE) # local cmake modules