diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-08-14 18:15:22 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-08-14 18:15:22 (GMT) |
commit | d593cef58ff56b0480bb74e3b087cb7088bd2b03 (patch) | |
tree | eae5939f4734a6ecfe9c25ae6e161b465307bf0b /Source/cmInstallCommand.h | |
parent | cd3bd23266a4a6c00595134a17a8bdaea9e28af5 (diff) | |
download | CMake-d593cef58ff56b0480bb74e3b087cb7088bd2b03.zip CMake-d593cef58ff56b0480bb74e3b087cb7088bd2b03.tar.gz CMake-d593cef58ff56b0480bb74e3b087cb7088bd2b03.tar.bz2 |
Enhance DESTDIR documentation. Fixes #0012374.
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r-- | Source/cmInstallCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 76e622e..7c06009 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -70,7 +70,9 @@ public: "the directory on disk to which a file will be installed. " "If a full path (with a leading slash or drive letter) is given it " "is used directly. If a relative path is given it is interpreted " - "relative to the value of CMAKE_INSTALL_PREFIX.\n" + "relative to the value of CMAKE_INSTALL_PREFIX. The prefix can " + "be relocated at install time using DESTDIR mechanism explained in the " + "CMAKE_INSTALL_PREFIX variable documentation.\n" "PERMISSIONS arguments specify permissions for installed files. " "Valid permissions are " "OWNER_READ, OWNER_WRITE, OWNER_EXECUTE, " |