Remove cmake change that accidentally got merged
This commit is contained in:
parent
fe375b4419
commit
6b3fdf2d15
|
@ -402,8 +402,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
||||||
endif( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
endif( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
||||||
|
|
||||||
if( MSVC )
|
if( MSVC )
|
||||||
# Fix our usage of "#ifdef DEBUG"
|
|
||||||
add_compile_definitions( $<$<CONFIG:Debug>:DEBUG> )
|
|
||||||
# Disallow implicit linking for Boost
|
# Disallow implicit linking for Boost
|
||||||
add_definitions( -DBOOST_ALL_NO_LIB )
|
add_definitions( -DBOOST_ALL_NO_LIB )
|
||||||
# Disable MSVC's deprecation warnings
|
# Disable MSVC's deprecation warnings
|
||||||
|
|
Loading…
Reference in New Issue