From 6b3fdf2d15c4f1ccc8908f3333bfb2491026ecb7 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 5 Feb 2020 20:47:08 +0100 Subject: [PATCH] Remove cmake change that accidentally got merged --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdef75bf34..6e3553e3dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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( $<$:DEBUG> ) # Disallow implicit linking for Boost add_definitions( -DBOOST_ALL_NO_LIB ) # Disable MSVC's deprecation warnings