Skip to content
Snippets Groups Projects
Commit d0347067 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9893: Fixed test: creating directories where symlinks end up is required...

Task #9893: Fixed test: creating directories where symlinks end up is required to get CMake to create the symlinks the first run, instead of the second run.
parent c38dad73
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ set(_test_kernels
tKernelOccupancy.in_.cu
)
foreach(_name ${_test_kernels})
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/share/gpu/kernels)
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}/${_name} ${CMAKE_BINARY_DIR}/share/gpu/kernels/${_name})
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment