summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-01 19:28:14 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-01 19:29:11 (GMT)
commitbdd9b1c73c8c43e45561a000cb9f5c61349528b7 (patch)
tree415581bfb1bde5b9ae292121c0e293fe4aff6f6a
parent5f99e61cadada755ad8c19ec1f114079c660b400 (diff)
downloadCMake-bdd9b1c73c8c43e45561a000cb9f5c61349528b7.zip
CMake-bdd9b1c73c8c43e45561a000cb9f5c61349528b7.tar.gz
CMake-bdd9b1c73c8c43e45561a000cb9f5c61349528b7.tar.bz2
Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
Fixes #16211.
-rw-r--r--Help/variable/CMAKE_INSTALL_PREFIX.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_INSTALL_PREFIX.rst b/Help/variable/CMAKE_INSTALL_PREFIX.rst
index 3f3347f..86f1944 100644
--- a/Help/variable/CMAKE_INSTALL_PREFIX.rst
+++ b/Help/variable/CMAKE_INSTALL_PREFIX.rst
@@ -5,7 +5,7 @@ Install directory used by :command:`install`.
If ``make install`` is invoked or ``INSTALL`` is built, this directory is
prepended onto all install directories. This variable defaults to
-``/usr/local`` on UNIX and ``c:/Program Files`` on Windows.
+``/usr/local`` on UNIX and ``c:/Program Files/${PROJECT_NAME}`` on Windows.
On UNIX one can use the ``DESTDIR`` mechanism in order to relocate the
whole installation. ``DESTDIR`` means DESTination DIRectory. It is