[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 10 14:11:22 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv25930/Source

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
ENH: Document variable CMAKE_NO_BUILTIN_CHRPATH

This adds documentation for the variable which was previously missing.
See issue #9130.


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmDocumentVariables.cxx	3 Jun 2009 19:08:30 -0000	1.32
--- cmDocumentVariables.cxx	10 Jun 2009 18:11:20 -0000	1.33
***************
*** 896,899 ****
--- 896,909 ----
  
    cm->DefineProperty
+     ("CMAKE_NO_BUILTIN_CHRPATH", cmProperty::VARIABLE,
+      "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.",false,
+      "Variables that Control the Build");
+ 
+   cm->DefineProperty
      ("CMAKE_SKIP_BUILD_RPATH", cmProperty::VARIABLE,
       "Do not include RPATHs in the build tree.",



More information about the Cmake-commits mailing list