Unverified Commit 8b4deea2 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #774

Fix insecure RPATH of the caf-python binary
parents 5b0e9dd5 9ba458df
......@@ -53,7 +53,7 @@ if(NOT CAF_NO_PYTHON)
${PTHREAD_LIBRARIES}
${LIBEDIT_LIBRARIES}
${PYTHON_LIBRARIES})
install(PROGRAMS ${EXECUTABLE_OUTPUT_PATH}/caf-python DESTINATION bin)
install(TARGETS caf-python DESTINATION bin)
else()
add_custom_target(caf-python SOURCES ${CAF_PYTHON_SRCS} ${CAF_PYTHON_HDRS})
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment