Skip to content
Snippets Groups Projects
Commit 8470418b authored by Campbell Barton's avatar Campbell Barton
Browse files

cmake: skip rpath (paths to libs) for portable distrobution

parent 9a9513a9
No related branches found
No related tags found
No related merge requests found
...@@ -274,6 +274,11 @@ endif() ...@@ -274,6 +274,11 @@ endif()
TEST_SSE_SUPPORT() TEST_SSE_SUPPORT()
# don't store paths to libs for portable distrobution
if(WITH_INSTALL_PORTABLE)
set(CMAKE_SKIP_BUILD_RPATH TRUE)
endif()
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Initialize un-cached vars, avoid unused warning # Initialize un-cached vars, avoid unused warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment