summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst')
-rw-r--r--share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst b/share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
new file mode 100644
index 0000000..b9b045e
--- /dev/null
+++ b/share/cmake-3.22/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
@@ -0,0 +1,17 @@
+CMAKE_NO_BUILTIN_CHRPATH
+------------------------
+
+Do not use the builtin binary editor to fix runtime library search
+paths on installation.
+
+When an ELF or XCOFF binary needs to have a different runtime library
+search path after installation than it does in the build tree, CMake uses
+a builtin editor to change the runtime search path 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.
+
+.. versionadded:: 3.20
+
+ This variable also applies to XCOFF binaries' LIBPATH. Prior to the
+ addition of the XCOFF editor in CMake 3.20, this variable applied only
+ to ELF binaries' RPATH/RUNPATH.