[Cmake-commits] CMake branch, next, updated. v3.7.1-1776-ge58beda

Brad King brad.king at kitware.com
Thu Dec 15 09:39:21 EST 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  e58beda22fce3afeea59b5e4c01f4fb039794dfc (commit)
       via  9fdad82c48fe28af73e07c2f91749c50fa5a131f (commit)
      from  ba41887aaf0d36f696c67b06ff9965b74728ff30 (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=e58beda22fce3afeea59b5e4c01f4fb039794dfc
commit e58beda22fce3afeea59b5e4c01f4fb039794dfc
Merge: ba41887 9fdad82
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 15 09:39:21 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 15 09:39:21 2016 -0500

    Merge topic 'FindPNG-typo' into next
    
    9fdad82c FindPNG: Fix small typo fix in module help


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9fdad82c48fe28af73e07c2f91749c50fa5a131f
commit 9fdad82c48fe28af73e07c2f91749c50fa5a131f
Author:     Maxime Morel <maxime.morel69 at gmail.com>
AuthorDate: Wed Dec 14 21:09:49 2016 +0000
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Dec 15 09:38:51 2016 -0500

    FindPNG: Fix small typo fix in module help

diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 1d5d553..dceb6bc 100644
--- a/Modules/FindPNG.cmake
+++ b/Modules/FindPNG.cmake
@@ -25,7 +25,7 @@
 # ``PNG_LIBRARIES``
 #   the libraries to link against to use PNG.
 # ``PNG_DEFINITIONS``
-#   You should add_definitons(${PNG_DEFINITIONS}) before compiling code
+#   You should add_definitions(${PNG_DEFINITIONS}) before compiling code
 #   that includes png library files.
 # ``PNG_FOUND``
 #   If false, do not try to use PNG.

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

Summary of changes:
 Modules/FindPNG.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list