fix rogue FORCE that didn't make sense

This commit is contained in:
Nicholas O'Connor 2017-07-05 16:07:39 -07:00
parent 82dc5255b6
commit 738606b851

View File

@ -10,7 +10,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDBGINFO "${CMAKE_CXX_FLAGS_RELEASE} -g")
if(NOT CMAKE_BUILD_TYPE) if(NOT CMAKE_BUILD_TYPE)
message(STATUS "Assuming this is a release build. -DCMAKE_BUILD_TYPE=Debug otherwise.") 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) endif(NOT CMAKE_BUILD_TYPE)
# local cmake modules # local cmake modules