diff --git a/CMakeLists.txt b/CMakeLists.txt index 8611cae4cb..4178e4fe16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -497,6 +497,7 @@ endif() set(Boost_NO_BOOST_CMAKE ON) set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_STATIC_RUNTIME ON) +set(_boost_RELEASE_ABI_TAG "-" CACHE STRING "Get rid of -s" FORCE) find_package(Boost REQUIRED COMPONENTS system filesystem thread date_time chrono regex serialization program_options coroutine context atomic) message(STATUS "Boost Found: ${Boost_INCLUDE_DIRS}")