mirror of https://github.com/CGAL/cgal
need c++17
This commit is contained in:
parent
5791f2115c
commit
860f60b090
|
|
@ -23,10 +23,11 @@ create_single_source_cgal_program(
|
|||
"test_RT_cell_base_with_weighted_circumcenter_3.cpp")
|
||||
create_single_source_cgal_program("test_robust_weighted_circumcenter.cpp")
|
||||
create_single_source_cgal_program("test_simplex_3.cpp")
|
||||
create_single_source_cgal_program( "test_simplex_iterator_3.cpp" )
|
||||
create_single_source_cgal_program( "test_segment_cell_traverser_3.cpp" )
|
||||
create_single_source_cgal_program( "test_segment_simplex_traverser_3.cpp" )
|
||||
if(cxx_std_17 IN_LIST CMAKE_CXX_COMPILE_FEATURES)
|
||||
create_single_source_cgal_program( "test_simplex_iterator_3.cpp" )
|
||||
create_single_source_cgal_program( "test_segment_cell_traverser_3.cpp" )
|
||||
target_compile_features(test_simplex_iterator_3 PRIVATE cxx_std_17)
|
||||
target_compile_features(test_segment_simplex_traverser_3 PRIVATE cxx_std_17)
|
||||
else()
|
||||
message(
|
||||
|
|
|
|||
Loading…
Reference in New Issue