summaryrefslogtreecommitdiff
path: root/next/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'next/CMakeLists.txt')
-rw-r--r--next/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/next/CMakeLists.txt b/next/CMakeLists.txt
index 6ee1593bbd..f0beebdb46 100644
--- a/next/CMakeLists.txt
+++ b/next/CMakeLists.txt
@@ -14,14 +14,6 @@ set(
include(CTest)
-set(
- CMAKE_CONFIGURATION_TYPES
- Debug
- MinSizeRel
- RelWithDebInfo
- Release
-)
-
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif()