Skip to content

Commit

Permalink
Travis CI: see whether defining _GLIBCXX_USE_CXX11_ABI=1 makes any di…
Browse files Browse the repository at this point in the history
…fference (#1391).
  • Loading branch information
agarny committed Aug 10, 2017
1 parent abacefc commit 894b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ ENDIF()
# 14.04 LTS...

IF(NOT WIN32 AND NOT APPLE AND ENABLE_TRAVIS_CI)
ADD_DEFINITIONS(-D_GLIBCXX_USE_CXX11_ABI=0)
ADD_DEFINITIONS(-D_GLIBCXX_USE_CXX11_ABI=1)
ENDIF()

# Ask for Qt deprecated uses to be reported
Expand Down

0 comments on commit 894b963

Please sign in to comment.