Skip to content

Commit

Permalink
TWS
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 10, 2025
1 parent 364ba15 commit e5807ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mesh_2/test/Mesh_2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit e5807ca

Please sign in to comment.