[Cmake-commits] CMake branch, next, updated. v2.8.7-2394-g170ef06

Rolf Eike Beer eike at sf-mail.de
Wed Feb 1 12:11:12 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  170ef0621692eb8807c3e84b92b097e457953d6b (commit)
       via  c90890d648e4bd7fd2b85456351ae43ccbf04af3 (commit)
      from  bacfff625c54e1f9991f27480baef6e25681bc7d (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=170ef0621692eb8807c3e84b92b097e457953d6b
commit 170ef0621692eb8807c3e84b92b097e457953d6b
Merge: bacfff6 c90890d
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Feb 1 12:11:06 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 1 12:11:06 2012 -0500

    Merge topic 'perl-version' into next
    
    c90890d FindPerlLibs: keep PERL_VERSION for compatibility


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

    FindPerlLibs: keep PERL_VERSION for compatibility

diff --git a/Modules/FindPerlLibs.cmake b/Modules/FindPerlLibs.cmake
index e1db280..feeb6f2 100644
--- a/Modules/FindPerlLibs.cmake
+++ b/Modules/FindPerlLibs.cmake
@@ -254,6 +254,8 @@ find_package_handle_standard_args(PerlLibs REQUIRED_VARS PERL_LIBRARY PERL_INCLU
 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})
 
 mark_as_advanced(
   PERL_INCLUDE_PATH

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list