[Cmake-commits] CMake branch, next, updated. v2.8.7-2153-g27530ab

Rolf Eike Beer eike at sf-mail.de
Wed Jan 18 13:33:32 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  27530aba6884bea977f96340fc204c8ac909d219 (commit)
       via  d9c3ac905733e2db5a7238480181b99f6bd28f07 (commit)
      from  9acf82052af98bee2624d6a2dd1cd42bd633a8a0 (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=27530aba6884bea977f96340fc204c8ac909d219
commit 27530aba6884bea977f96340fc204c8ac909d219
Merge: 9acf820 d9c3ac9
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Jan 18 13:33:31 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 18 13:33:31 2012 -0500

    Merge topic 'perl-version' into next
    
    d9c3ac9 FindPerlLibs: do not mark PERL_EXECUTABLE as advanced twice


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d9c3ac905733e2db5a7238480181b99f6bd28f07
commit d9c3ac905733e2db5a7238480181b99f6bd28f07
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Jan 18 19:33:13 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed Jan 18 19:33:13 2012 +0100

    FindPerlLibs: do not mark PERL_EXECUTABLE as advanced twice

diff --git a/Modules/FindPerlLibs.cmake b/Modules/FindPerlLibs.cmake
index 1c3525d..e1db280 100644
--- a/Modules/FindPerlLibs.cmake
+++ b/Modules/FindPerlLibs.cmake
@@ -257,6 +257,5 @@ set(PERL_LIBRARIES    ${PERL_LIBRARY})
 
 mark_as_advanced(
   PERL_INCLUDE_PATH
-  PERL_EXECUTABLE
   PERL_LIBRARY
 )

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list