summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.h
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2012-08-14 18:15:22 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2012-08-14 18:15:22 (GMT)
commitd593cef58ff56b0480bb74e3b087cb7088bd2b03 (patch)
treeeae5939f4734a6ecfe9c25ae6e161b465307bf0b /Source/cmInstallCommand.h
parentcd3bd23266a4a6c00595134a17a8bdaea9e28af5 (diff)
downloadCMake-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.h4
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, "