Skip to content

Commit

Permalink
CELIX-272: Added rpath for libdfi to rsa dfi test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Nov 16, 2015
1 parent d0dbdb3 commit c641ae0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ add_subdirectory(bundle)

SET(CMAKE_SKIP_BUILD_RPATH FALSE) #TODO needed?
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) #TODO needed?
SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/framework" "${PROJECT_BINARY_DIR}/utils")
SET(CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/framework" "${PROJECT_BINARY_DIR}/utils" "${PROJECT_BINARY_DIR}/remote_services/remote_service_admin_dfi/dynamic_function_interface")

add_executable(test_rsa_dfi
run_tests.cpp
Expand Down

0 comments on commit c641ae0

Please sign in to comment.