remove unneeded switch for MSVC, cleanup comment alignment
This commit is contained in:
@@ -63,11 +63,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Enable asserts regardless of build type
|
# Enable asserts regardless of build type
|
||||||
if(MSVC)
|
|
||||||
add_definitions(/UNDEBUG)
|
|
||||||
else()
|
|
||||||
add_definitions(-UNDEBUG)
|
add_definitions(-UNDEBUG)
|
||||||
endif()
|
|
||||||
|
|
||||||
set(BUILD_NC true)
|
set(BUILD_NC true)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user