mirror of https://github.com/CGAL/cgal
Fix the dependencies
This commit is contained in:
parent
1e17519384
commit
2ddee24f1a
|
|
@ -200,11 +200,11 @@ function(cgal_setup_test_properties test_name)
|
||||||
endif()
|
endif()
|
||||||
set_property(TEST "push_of__${exe_name}"
|
set_property(TEST "push_of__${exe_name}"
|
||||||
APPEND PROPERTY DEPENDS "compilation_of__${exe_name}")
|
APPEND PROPERTY DEPENDS "compilation_of__${exe_name}")
|
||||||
|
set_property(TEST "push_of__${exe_name}"
|
||||||
|
APPEND PROPERTY FIXTURES_REQUIRED "${PROJECT_NAME}")
|
||||||
endif()
|
endif()
|
||||||
set_property(TEST "push_of__${exe_name}"
|
set_property(TEST "push_of__${exe_name}"
|
||||||
APPEND PROPERTY FIXTURES_SETUP "${exe_name}")
|
APPEND PROPERTY FIXTURES_SETUP "${test_name}")
|
||||||
set_property(TEST "push_of__${exe_name}"
|
|
||||||
APPEND PROPERTY FIXTURES_REQUIRED "${PROJECT_NAME}")
|
|
||||||
endif()
|
endif()
|
||||||
endif() # end CMake 3.7 or later
|
endif() # end CMake 3.7 or later
|
||||||
endfunction(cgal_setup_test_properties)
|
endfunction(cgal_setup_test_properties)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue