diff --git a/cmake/ACGCommon.cmake b/cmake/ACGCommon.cmake index a4419084..c7220b82 100644 --- a/cmake/ACGCommon.cmake +++ b/cmake/ACGCommon.cmake @@ -9,7 +9,7 @@ if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}") endif ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}") # allow only Debug and Release builds -set (CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE) +set (CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "") mark_as_advanced (CMAKE_CONFIGURATION_TYPES) # set Debus as default build target