diff --git a/Mesh_2/test/Mesh_2/CMakeLists.txt b/Mesh_2/test/Mesh_2/CMakeLists.txt index 3501f20ea20..877831c292e 100644 --- a/Mesh_2/test/Mesh_2/CMakeLists.txt +++ b/Mesh_2/test/Mesh_2/CMakeLists.txt @@ -15,6 +15,6 @@ foreach(cppfile ${cppfiles}) create_single_source_cgal_program("${cppfile}") endforeach() -if(cxx_std_20 IN_LIST CMAKE_CXX_COMPILE_FEATURES) +if(cxx_std_20 IN_LIST CMAKE_CXX_COMPILE_FEATURES) target_compile_features(test_meshing PRIVATE cxx_std_20) endif()