Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "try to help netbsd compiling the unit_tmgr test, which seems to have some...
authorAugustin Degomme <augustin.degomme@unibas.ch>
Sun, 14 May 2017 20:14:00 +0000 (22:14 +0200)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Sun, 14 May 2017 20:14:00 +0000 (22:14 +0200)
This reverts commit 1ca39540818d47b2c93100d6b44dfd7a1d5ce3be.

tools/cmake/Tests.cmake

index 273bf7c..c432450 100644 (file)
@@ -94,9 +94,8 @@ ADD_TEST(testall                                 ${CMAKE_BINARY_DIR}/testall)
 if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
   add_executable       (unit_tmgr src/surf/trace_mgr_test.cpp)
   target_link_libraries(unit_tmgr simgrid ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
 if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
   add_executable       (unit_tmgr src/surf/trace_mgr_test.cpp)
   target_link_libraries(unit_tmgr simgrid ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
-  set(CMAKE_CXX_FLAGS "-D_GLIBCXX_USE_CXX11_ABI=0 ${CMAKE_CXX_FLAGS}")
   ADD_TEST(unit_tmgr ${CMAKE_BINARY_DIR}/unit_tmgr --build_info=yes)
   
 else()
   set(EXTRA_DIST       ${EXTRA_DIST}       src/surf/trace_mgr_test.cpp)
   ADD_TEST(unit_tmgr ${CMAKE_BINARY_DIR}/unit_tmgr --build_info=yes)
   
 else()
   set(EXTRA_DIST       ${EXTRA_DIST}       src/surf/trace_mgr_test.cpp)
-endif()
+endif()
\ No newline at end of file