mirror of https://github.com/CGAL/cgal
Fix the bug on Windows
This commit is contained in:
parent
2ef4ba5e0c
commit
a6a16d14ab
|
|
@ -107,7 +107,7 @@ function(cgal_add_compilation_test exe_name)
|
||||||
add_custom_target(compilation_of__CGAL_Qt5_moc_and_resources)
|
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_dependencies( compilation_of__CGAL_Qt5_moc_and_resources CGAL_Qt5_moc_and_resources )
|
||||||
add_test(NAME "compilation_of__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"
|
set_property(TEST "compilation_of__CGAL_Qt5_moc_and_resources"
|
||||||
APPEND PROPERTY LABELS "CGAL_build_system")
|
APPEND PROPERTY LABELS "CGAL_build_system")
|
||||||
set_property(TEST "compilation_of__CGAL_Qt5_moc_and_resources"
|
set_property(TEST "compilation_of__CGAL_Qt5_moc_and_resources"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue