boost: remove broken define that causes a warning: ISO C++11 requires whitespace after the macro name

This commit is contained in:
wmayer
2020-06-09 13:17:01 +02:00
committed by wwmayer
parent 4ec45b545e
commit db3f9008c0

View File

@@ -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)