blob: eae34cf1aca8ae372385d2d9a4030be34f796d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/CMakeLists.txt 2018-10-09 19:40:23.000000000 +0200
+++ b/CMakeLists.txt 2021-03-06 17:37:02.596380373 +0100
@@ -24,12 +24,6 @@
# For feature_summary
include(FeatureSummary)
-# Extra build types
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE "Debug")
-endif()
-include(cmake/BuildTypes.cmake)
-
#---------------------------------------------------------------------------------------
# Options
#---------------------------------------------------------------------------------------
|