Skip to content
Snippets Groups Projects
Commit 30cc3059 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed RunAlgorithmsExamples-cuda target in CMakeLists.txt

parent fa023cc2
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ foreach( target IN ITEMS ${HOST_EXAMPLES} )
endforeach()
IF( BUILD_CUDA )
ADD_CUSTOM_TARGET( RunAlgorithmsExamples-cuda ALL DEPENDS ${CUDA_OUTPUTS} )
ADD_CUSTOM_TARGET( RunAlgorithmsExamples-cuda ALL DEPENDS ${CUDA_OUTPUTS} ${HOST_OUTPUTS} )
ELSE()
ADD_CUSTOM_TARGET( RunAlgorithmsExamples ALL DEPENDS ${HOST_OUTPUTS} )
ENDIF()
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