Skip to content

Commit

Permalink
Defines BOOST_SYSTEM_NO_DEPRECATED.
Browse files Browse the repository at this point in the history
- fixes boost::system::throws multiple definition issue in mpicbg-scicomp#145
  • Loading branch information
Matthias Werner committed Jun 21, 2019
1 parent 6a39acb commit 521604d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ target_compile_definitions(Common INTERFACE
GEARSHIFFT_PRECISION_SINGLE_ONLY=${GEARSHIFFT_PRECISION_SINGLE_ONLY}
GEARSHIFFT_PRECISION_DOUBLE_ONLY=${GEARSHIFFT_PRECISION_DOUBLE_ONLY}
BOOST_ALL_NO_LIB=1
BOOST_SYSTEM_NO_DEPRECATED=1
)
#TODO: check paths

Expand Down

0 comments on commit 521604d

Please sign in to comment.