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