diff --git a/3rdparty/spdlog-1.9.2/CMakeLists.txt b/3rdparty/spdlog-1.9.2/CMakeLists.txt index 9968871..fe996b9 100755 --- a/3rdparty/spdlog-1.9.2/CMakeLists.txt +++ b/3rdparty/spdlog-1.9.2/CMakeLists.txt @@ -48,6 +48,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "CYGWIN" OR CMAKE_SYSTEM_NAME MATCHES "MSYS") set(CMAKE_CXX_EXTENSIONS ON) endif() +add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0) # --------------------------------------------------------------------------------------- # Set SPDLOG_MASTER_PROJECT to ON if we are building spdlog # ---------------------------------------------------------------------------------------