From 8b71dd6702ee6f8ffb9bfb5060496fa0115e538d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 6 Jul 2016 08:31:54 +0200 Subject: [PATCH] Dont force cmake configuration types --- cmake/ACGCommon.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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