Skip to content

Commit 62c2d7e

Browse files
Update CMakeLists.txt
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 1c57fd8 commit 62c2d7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ set(CMAKE_WARN_UNUSED_CLI YES)
77

88
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
99

10-
#set(CMAKE_VERBOSE_MAKEFILE ON)
11-
1210
if (NOT XCODE AND NOT MSVC AND NOT CMAKE_BUILD_TYPE)
1311
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
1412
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")

0 commit comments

Comments
 (0)