[Cmake-commits] CMake branch, next, updated. v3.3.2-3157-g7defd7c

Brad King brad.king at kitware.com
Mon Sep 21 09:39:19 EDT 2015


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  7defd7c0006bbdf054c85ada3508b8bb7487da86 (commit)
       via  7c7a3c35add0380622e827866985aa9bde286676 (commit)
      from  47462f48357918309a2019510586bae2410ddcb7 (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=7defd7c0006bbdf054c85ada3508b8bb7487da86
commit 7defd7c0006bbdf054c85ada3508b8bb7487da86
Merge: 47462f4 7c7a3c3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 21 09:39:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 21 09:39:18 2015 -0400

    Merge topic 'pkg-config-variable-function' into next
    
    7c7a3c35 fixup! FindPkgConfig: add a command to query arbitrary variables


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c7a3c35add0380622e827866985aa9bde286676
commit 7c7a3c35add0380622e827866985aa9bde286676
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 21 09:38:58 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 21 09:38:58 2015 -0400

    fixup! FindPkgConfig: add a command to query arbitrary variables

diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake
index 9c725fc..e822b9c 100644
--- a/Modules/FindPkgConfig.cmake
+++ b/Modules/FindPkgConfig.cmake
@@ -94,13 +94,13 @@ endmacro()
 #[========================================[.rst:
 .. command:: pkg_get_variable
 
- Retrieves the value of a variable from a package. ::
+  Retrieves the value of a variable from a package::
 
- pkg_get_variable(<RESULT> <MODULE> <VARIABLE>)
+    pkg_get_variable(<RESULT> <MODULE> <VARIABLE>)
 
- Examples
+  For example:
 
- .. code-block:: cmake
+  .. code-block:: cmake
 
     pkg_get_variable(GI_GIRDIR gobject-introspection-1.0 girdir)
 #]========================================]

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

Summary of changes:
 Modules/FindPkgConfig.cmake |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list