[Cmake-commits] CMake branch, next, updated. v3.6.1-1025-g62452bb
Brad King
brad.king at kitware.com
Mon Aug 1 15:30:05 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 62452bbd410a93493f9d6d5f668a5f4a3062d941 (commit)
via bdd9b1c73c8c43e45561a000cb9f5c61349528b7 (commit)
from 5b6200ee7c0c1b5930fb8b40f544b9611c43a35e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=62452bbd410a93493f9d6d5f668a5f4a3062d941
commit 62452bbd410a93493f9d6d5f668a5f4a3062d941
Merge: 5b6200e bdd9b1c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 1 15:30:04 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 1 15:30:04 2016 -0400
Merge topic 'doc-CMAKE_INSTALL_PREFIX-default' into next
bdd9b1c7 Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bdd9b1c73c8c43e45561a000cb9f5c61349528b7
commit bdd9b1c73c8c43e45561a000cb9f5c61349528b7
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 1 15:28:14 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Aug 1 15:29:11 2016 -0400
Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
Fixes #16211.
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
-----------------------------------------------------------------------
Summary of changes:
Help/variable/CMAKE_INSTALL_PREFIX.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list