diff --git a/Installation/cmake/modules/CGAL_add_test.cmake b/Installation/cmake/modules/CGAL_add_test.cmake index 1ee459d1367..bafb755b39a 100644 --- a/Installation/cmake/modules/CGAL_add_test.cmake +++ b/Installation/cmake/modules/CGAL_add_test.cmake @@ -107,7 +107,7 @@ function(cgal_add_compilation_test exe_name) add_custom_target(compilation_of__CGAL_Qt5_moc_and_resources) add_dependencies( compilation_of__CGAL_Qt5_moc_and_resources CGAL_Qt5_moc_and_resources ) add_test(NAME "compilation_of__CGAL_Qt5_moc_and_resources" - COMMAND "${CMAKE_COMMAND}" --build "${CMAKE_BINARY_DIR}" --target "compilation_of__CGAL_Qt5_moc_and_resources" --config "$") + COMMAND "${CMAKE_COMMAND}" --build "${CMAKE_BINARY_DIR}" --target "CGAL_Qt5_moc_and_resources" --config "$") set_property(TEST "compilation_of__CGAL_Qt5_moc_and_resources" APPEND PROPERTY LABELS "CGAL_build_system") set_property(TEST "compilation_of__CGAL_Qt5_moc_and_resources"