summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst')
-rw-r--r--Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst b/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
new file mode 100644
index 000000000..189f59fa3
--- /dev/null
+++ b/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
@@ -0,0 +1,10 @@
+CMAKE_NO_BUILTIN_CHRPATH
+------------------------
+
+Do not use the builtin ELF editor to fix RPATHs on installation.
+
+When an ELF binary needs to have a different RPATH after installation
+than it does in the build tree, CMake uses a builtin editor to change
+the RPATH in the installed copy. If this variable is set to true then
+CMake will relink the binary before installation instead of using its
+builtin editor.