Skip to content
Snippets Groups Projects
Commit 88b11bd3 authored by Christian Dreher's avatar Christian Dreher Committed by Patrick Hegemann
Browse files

Fix: Cuda in OpenPoseEstimation targets.

parent d8322fe6
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,7 @@ set(HEADERS
armarx_add_component("${SOURCES}" "${HEADERS}")
armarx_generate_and_add_component_executable(COMPONENT_NAMESPACE armarx)
if (NOT "$ENV{CUDA_10_1_CUDNN_7_6_LD_LIBRARY_PATH}" STREQUAL "")
target_link_directories(LegacyRGBDOpenPoseEstimationRun PUBLIC "$ENV{CUDA_10_1_CUDNN_7_6_LD_LIBRARY_PATH}")
endif()
......@@ -22,3 +22,7 @@ set(HEADERS
armarx_add_component("${SOURCES}" "${HEADERS}")
armarx_generate_and_add_component_executable(COMPONENT_NAMESPACE armarx)
if (NOT "$ENV{CUDA_10_1_CUDNN_7_6_LD_LIBRARY_PATH}" STREQUAL "")
target_link_directories(RGBDPoseEstimationWithMemoryWriterRun PUBLIC "$ENV{CUDA_10_1_CUDNN_7_6_LD_LIBRARY_PATH}")
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