From a6a16d14ab8753fd1dc3cce408c319f35ba71f9a Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 8 Apr 2021 17:52:31 +0200 Subject: [PATCH] Fix the bug on Windows --- Installation/cmake/modules/CGAL_add_test.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"