[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-543-g78c1535

Brad King brad.king at kitware.com
Wed Nov 12 08:34:39 EST 2014


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  78c1535a1f54c3a56c22b7118197372a4286b859 (commit)
       via  00d4cdc935355656236b04ce28e3f89a852c7dd5 (commit)
      from  4061dcb0e16cc49aa3c51076ed9bfb3981b0002f (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78c1535a1f54c3a56c22b7118197372a4286b859
commit 78c1535a1f54c3a56c22b7118197372a4286b859
Merge: 4061dcb 00d4cdc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 12 08:34:38 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 12 08:34:38 2014 -0500

    Merge topic 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into next
    
    00d4cdc9 Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=00d4cdc935355656236b04ce28e3f89a852c7dd5
commit 00d4cdc935355656236b04ce28e3f89a852c7dd5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 12 08:32:01 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Nov 12 08:32:01 2014 -0500

    Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)
    
    Add a note to the CMAKE_INSTALL_PREFIX documentation that refers readers
    to the GNUInstallDirs module to make the latter easier to discover.

diff --git a/Help/variable/CMAKE_INSTALL_PREFIX.rst b/Help/variable/CMAKE_INSTALL_PREFIX.rst
index 72c8d41..ee9b615 100644
--- a/Help/variable/CMAKE_INSTALL_PREFIX.rst
+++ b/Help/variable/CMAKE_INSTALL_PREFIX.rst
@@ -27,3 +27,8 @@ which cannot be prepended with some other prefix.
 The installation prefix is also added to CMAKE_SYSTEM_PREFIX_PATH so
 that find_package, find_program, find_library, find_path, and
 find_file will search the prefix for other software.
+
+.. note::
+
+  Use the :module:`GNUInstallDirs` module to provide GNU-style
+  options for the layout of directories within the installation.

-----------------------------------------------------------------------

Summary of changes:
 Help/variable/CMAKE_INSTALL_PREFIX.rst |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list