Skip to content
Snippets Groups Projects
Commit 1099f8e9 authored by BtbN's avatar BtbN
Browse files

Don't build with install rpath on unix

parent d09f6dae
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ if(APPLE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
list(APPEND CMAKE_INSTALL_RPATH "@loader_path/" "@executable_path/")
elseif(UNIX AND NOT UNIX_STRUCTURE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
list(APPEND CMAKE_INSTALL_RPATH "$ORIGIN")
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