Fix compilation with Boost >= 1.73
This commit is contained in:
parent
ead250a54f
commit
bb6174bd44
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue