Skip to content
Snippets Groups Projects
Commit 814d1290 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix invalid rpath of installed binaries

parent 9c16adb8
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ endif()
# Cpp version
set(CMAKE_CXX_STANDARD {{cpp_version}})
 
# TODO set CMAKE_INSTALL_PREFIX in release only
set(CMAKE_INSTALL_PREFIX /usr)
set(CMAKE_INSTALL_RPATH "${{CMAKE_INSTALL_PREFIX}}/lib")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
 
......
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