Skip to content

Commit

Permalink
Compile with old ABI flag again
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Oct 19, 2018
1 parent 95440e0 commit 1cb29b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)

# NOTE whether we need to enable the old ABI depends
# on which ABI boost is compiled with.
# If you get boost linker errors, uncomment the line below.
# add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
# If you get boost linker errors, comment the line below.
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)

if(MSVC)
add_definitions(/DNOMINMAX)
Expand Down

0 comments on commit 1cb29b4

Please sign in to comment.