Skip to content

Commit 9afe52b

Browse files
committed
don't override CMAKE_BUILD_TYPE
1 parent 9d4f937 commit 9afe52b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
set(CMAKE_CXX_EXTENSIONS OFF)
77
option(WITH_TESTS "Enable tests" OFF)
8-
set(CMAKE_BUILD_TYPE "Release")
98

109
# Python-finding settings
1110
set(Python3_FIND_STRATEGY "LOCATION")

0 commit comments

Comments
 (0)