[Cmake-commits] CMake branch, next, updated. v2.8.7-2404-gea92423

Rolf Eike Beer eike at sf-mail.de
Wed Feb 1 13:31:03 EST 2012


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  ea9242399868cc325739ce9e1bea9a0c3f0d85dc (commit)
       via  7d3c2afb3ae0f1cddc16e482edbe6069c39234ce (commit)
      from  314ef3faeaba86af73c468b1393cc7724aa8434e (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=ea9242399868cc325739ce9e1bea9a0c3f0d85dc
commit ea9242399868cc325739ce9e1bea9a0c3f0d85dc
Merge: 314ef3f 7d3c2af
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Feb 1 13:30:59 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 1 13:30:59 2012 -0500

    Merge topic 'perl-version' into next
    
    7d3c2af FindPerlLibs: fix typo


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d3c2afb3ae0f1cddc16e482edbe6069c39234ce
commit 7d3c2afb3ae0f1cddc16e482edbe6069c39234ce
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Feb 1 19:30:42 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed Feb 1 19:30:42 2012 +0100

    FindPerlLibs: fix typo

diff --git a/Modules/FindPerlLibs.cmake b/Modules/FindPerlLibs.cmake
index feeb6f2..0ac8060 100644
--- a/Modules/FindPerlLibs.cmake
+++ b/Modules/FindPerlLibs.cmake
@@ -255,7 +255,7 @@ set(PERL_INCLUDE_DIR  ${PERL_INCLUDE_PATH})
 set(PERL_INCLUDE_DIRS ${PERL_INCLUDE_PATH})
 set(PERL_LIBRARIES    ${PERL_LIBRARY})
 # For backward compatibility with CMake before 2.8.7
-set(PER_VERSION ${PERL_VERSION_STRING})
+set(PERL_VERSION ${PERL_VERSION_STRING})
 
 mark_as_advanced(
   PERL_INCLUDE_PATH

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

Summary of changes:
 Modules/FindPerlLibs.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list