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  29fe3cbd7d5cb34465203abd4e27dcbe12103bd2 (commit)
       via  f19149270c0aae1799d4fefe221d1deaf5dd1bad (commit)
      from  90e8fa5e9ab590ad7b77cc5eacbe3029f332f8bd (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=29fe3cbd7d5cb34465203abd4e27dcbe12103bd2
commit 29fe3cbd7d5cb34465203abd4e27dcbe12103bd2
Merge: 90e8fa5 f191492
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Thu Feb 16 12:35:39 2012 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Feb 16 12:35:39 2012 -0500

    Merge topic 'findlibrary-versioned-libraries' into next
    
    f191492 another try for the versioned find_library test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f19149270c0aae1799d4fefe221d1deaf5dd1bad
commit f19149270c0aae1799d4fefe221d1deaf5dd1bad
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Thu Feb 16 18:35:17 2012 +0100
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Thu Feb 16 18:35:17 2012 +0100

    another try for the versioned find_library test

diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index 518b475..40de212 100644
--- a/Tests/Complex/CMakeLists.txt
+++ b/Tests/Complex/CMakeLists.txt
@@ -199,7 +199,7 @@ CONFIGURE_FILE(
   ${Complex_SOURCE_DIR}/Library/dummy
   ${Complex_BINARY_DIR}/Library/dummylib.lib
   COPYONLY IMMEDIATE)
-FOREACH (ext ${CMAKE_SHLIB_SUFFIX};.so;.a;.sl;so.2)
+FOREACH (ext ${CMAKE_SHLIB_SUFFIX};.so;.a;.sl;.so.2)
   CONFIGURE_FILE(
     ${Complex_SOURCE_DIR}/Library/dummy
     ${Complex_BINARY_DIR}/Library/libdummylib${ext}

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

Summary of changes:
 Tests/Complex/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to