[Cmake-commits] CMake branch, next, updated. v3.6.1-1848-g930d0f6
Brad King
brad.king at kitware.com
Wed Sep 7 09:40:27 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 930d0f6c8cf7ad0a6ffea015d31491589600937e (commit)
via f8c222228d78472a1135800e3a51580186909027 (commit)
from 8a695f895a2799b84ee65e05d664483370c627a5 (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=930d0f6c8cf7ad0a6ffea015d31491589600937e
commit 930d0f6c8cf7ad0a6ffea015d31491589600937e
Merge: 8a695f8 f8c2222
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 7 09:40:26 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 7 09:40:26 2016 -0400
Merge topic 'GNUInstallDirs-function' into next
f8c22222 fixup! GNUInstallDirs: Add set_full_install_dir macro
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f8c222228d78472a1135800e3a51580186909027
commit f8c222228d78472a1135800e3a51580186909027
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 7 09:39:48 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Sep 7 09:39:48 2016 -0400
fixup! GNUInstallDirs: Add set_full_install_dir macro
diff --git a/Help/release/dev/GNUInstallDirs-function.rst b/Help/release/dev/GNUInstallDirs-function.rst
new file mode 100644
index 0000000..65ea7fb
--- /dev/null
+++ b/Help/release/dev/GNUInstallDirs-function.rst
@@ -0,0 +1,5 @@
+GNUInstallDirs-function
+-----------------------
+
+* The :module:`GNUInstallDirs` module gained a new
+ :command:`GNUInstallDirs_get_absolute_install_dir` command.
diff --git a/Modules/GNUInstallDirs.cmake b/Modules/GNUInstallDirs.cmake
index eec9cb0..0c80b8a 100644
--- a/Modules/GNUInstallDirs.cmake
+++ b/Modules/GNUInstallDirs.cmake
@@ -103,18 +103,19 @@
# Macros
# ^^^^^^
#
-# ::
+# .. command:: GNUInstallDirs_get_absolute_install_dir
#
-# GNUInstallDirs_get_absolute_install_dir(absvar var)
+# ::
#
-# Set the given variable ``absvar`` to the absolute path contained
-# within the variable ``var``. This is to allow the computation of an
-# absolute path, accounting for all the special cases documented
-# above. While this macro is used to compute the various
-# ``CMAKE_INSTALL_FULL_<dir>`` variables, it is exposed publicly to
-# allow users who create additional path variables to also compute
-# absolute paths where necessary, using the same logic.
+# GNUInstallDirs_get_absolute_install_dir(absvar var)
#
+# Set the given variable ``absvar`` to the absolute path contained
+# within the variable ``var``. This is to allow the computation of an
+# absolute path, accounting for all the special cases documented
+# above. While this macro is used to compute the various
+# ``CMAKE_INSTALL_FULL_<dir>`` variables, it is exposed publicly to
+# allow users who create additional path variables to also compute
+# absolute paths where necessary, using the same logic.
#=============================================================================
# Copyright 2015 Alex Turbov <i.zaufi at gmail.com>
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/GNUInstallDirs-function.rst | 5 +++++
Modules/GNUInstallDirs.cmake | 19 ++++++++++---------
2 files changed, 15 insertions(+), 9 deletions(-)
create mode 100644 Help/release/dev/GNUInstallDirs-function.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list