From db3f9008c01146d91e446d945ca8f941b209cce1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 9 Jun 2020 13:17:01 +0200 Subject: [PATCH] boost: remove broken define that causes a warning: ISO C++11 requires whitespace after the macro name --- src/App/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/CMakeLists.txt b/src/App/CMakeLists.txt index bd275302ab..d97f8cd8d7 100644 --- a/src/App/CMakeLists.txt +++ b/src/App/CMakeLists.txt @@ -16,8 +16,6 @@ IF(DOCDIR) add_definitions(-DDOCDIR="${DOCDIR}") ENDIF(DOCDIR) -add_definitions(-DBOOST_${Boost_VERSION}) - #if you want to use the old DAG structure uncomment this line #add_definitions(-DUSE_OLD_DAG)