Skip to content

Commit

Permalink
Set _GLIBCXX_USE_CXX11_ABI on command line
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 20, 2019
1 parent b560f0f commit 47d856b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ future_project(
)

future_add_dependency(PRIVATE GTest CONFIG)
target_compile_options(GTest::gtest INTERFACE "-D_GLIBCXX_USE_CXX11_ABI=0")
future_add_dependency(PRIVATE Catch2)

add_subdirectory(include)
Expand Down

0 comments on commit 47d856b

Please sign in to comment.