Fix the bug on Windows

This commit is contained in:
Laurent Rineau 2021-04-08 17:52:31 +02:00 committed by Maxime Gimeno
parent 2ef4ba5e0c
commit a6a16d14ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$<CONFIG>")
COMMAND "${CMAKE_COMMAND}" --build "${CMAKE_BINARY_DIR}" --target "CGAL_Qt5_moc_and_resources" --config "$<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"