mirror of https://github.com/CGAL/cgal
hardly disable debug_2D_traverser test
This commit is contained in:
parent
4a1fa1a2d8
commit
826003ed2e
|
|
@ -32,11 +32,11 @@ create_single_source_cgal_program("test_triangulation_serialization_3.cpp")
|
||||||
create_single_source_cgal_program("test_dt_deterministic_3.cpp")
|
create_single_source_cgal_program("test_dt_deterministic_3.cpp")
|
||||||
create_single_source_cgal_program("test_Triangulation_with_transform_iterator.cpp")
|
create_single_source_cgal_program("test_Triangulation_with_transform_iterator.cpp")
|
||||||
create_single_source_cgal_program("test_Triangulation_with_zip_iterator.cpp")
|
create_single_source_cgal_program("test_Triangulation_with_zip_iterator.cpp")
|
||||||
create_single_source_cgal_program("debug_segment_traverser_in_2D.cpp")
|
|
||||||
|
|
||||||
if(CGAL_ENABLE_TESTING)
|
#create_single_source_cgal_program("debug_segment_traverser_in_2D.cpp")
|
||||||
set_tests_properties("execution of debug_segment_traverser_in_2D" PROPERTIES DISABLED TRUE)
|
#if(CGAL_ENABLE_TESTING)
|
||||||
endif()
|
# set_tests_properties("execution of debug_segment_traverser_in_2D" PROPERTIES DISABLED TRUE)
|
||||||
|
#endif()
|
||||||
|
|
||||||
if(TARGET CGAL::TBB_support)
|
if(TARGET CGAL::TBB_support)
|
||||||
message(STATUS "Found TBB")
|
message(STATUS "Found TBB")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue