len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

The solution in the article below seems promising:

 

http://www.blaenkdenum.com/notes/cmake/#rpath

 

set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--disable-new-dtags")
set (CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
set (CMAKE_INSTALL_RPATH "$ORIGIN")
posted on 2016-04-05 15:11  Len3d  阅读(150)  评论(0编辑  收藏  举报