diff --git a/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp b/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp index dae872cd2c6..010e6f4f877 100644 --- a/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp +++ b/STL_Extension/test/STL_Extension/test_Concurrent_compact_container.cpp @@ -3,12 +3,11 @@ #include #ifndef CGAL_LINKED_WITH_TBB -# pragma message(" : Warning: CGAL_LINKED_WITH_TBB not defined: NOTHING TO TEST.") int main() { std::cout << - "Warning: CGAL_LINKED_WITH_TBB not defined: NOTHING TO TEST. Quitting..." + "NOTICE: this test needs CGAL_LINKED_WITH_TBB, and will not be tested." << std::endl; return 0; }