Remove cmake change that accidentally got merged

This commit is contained in:
Jon Evans 2020-02-05 20:47:08 +01:00
parent fe375b4419
commit 6b3fdf2d15
1 changed files with 0 additions and 2 deletions

View File

@ -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" )
if( MSVC )
# Fix our usage of "#ifdef DEBUG"
add_compile_definitions( $<$<CONFIG:Debug>:DEBUG> )
# Disallow implicit linking for Boost
add_definitions( -DBOOST_ALL_NO_LIB )
# Disable MSVC's deprecation warnings