Skip to content
Snippets Groups Projects
Commit ae62f660 authored by Brad King's avatar Brad King
Browse files

ENH: CMake does not need RPATHs at all for its own executables. Disable them...

ENH: CMake does not need RPATHs at all for its own executables.  Disable them to avoid relinking during installation.
parent 8d9a997b
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")
SET(BUILD_SHARED_LIBS OFF)
# The CMake executables do not need any rpath to run in the build or
# install tree.
SET(CMAKE_SKIP_RPATH ON CACHE INTERNAL "CMake does not need RPATHs.")
SET(CMAKE_DATA_DIR "/share/CMake" CACHE STRING
"Install location for data (relative to prefix).")
SET(CMAKE_DOC_DIR "/doc/CMake" CACHE STRING
......
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