1
0
Fork 0

Fix compilation with Boost >= 1.73

This commit is contained in:
James Turner 2020-05-28 10:47:10 +01:00
parent ead250a54f
commit bb6174bd44

View file

@ -515,7 +515,7 @@ if(WIN32)
set(NOMINMAX 1)
endif(WIN32)
set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG")
# append the SIMD flags if requested
if (ENABLE_SIMD)