[Cmake-commits] CMake branch, next, updated. v2.8.8-3594-gc576a4b

Rolf Eike Beer eike at sf-mail.de
Sun Jul 29 11:45:44 EDT 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  c576a4ba32d54ee050ef15da967e60aca9ebafaa (commit)
       via  f6f1be08c44631473b29c902b54dc5d9e8ec1871 (commit)
      from  ae3343b3a8d9cd4988a7e17e5cb043a9fe52a927 (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=c576a4ba32d54ee050ef15da967e60aca9ebafaa
commit c576a4ba32d54ee050ef15da967e60aca9ebafaa
Merge: ae3343b f6f1be0
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Jul 29 11:45:42 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 29 11:45:42 2012 -0400

    Merge topic 'SelectLibraryConfiguration-multi-lib-per-var2' into next
    
    f6f1be0 SelectLibraryConfiguration: fix typos in endforeach


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f6f1be08c44631473b29c902b54dc5d9e8ec1871
commit f6f1be08c44631473b29c902b54dc5d9e8ec1871
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Jul 29 17:45:31 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Jul 29 17:45:31 2012 +0200

    SelectLibraryConfiguration: fix typos in endforeach

diff --git a/Modules/SelectLibraryConfigurations.cmake b/Modules/SelectLibraryConfigurations.cmake
index e05dc8e..dbff487 100644
--- a/Modules/SelectLibraryConfigurations.cmake
+++ b/Modules/SelectLibraryConfigurations.cmake
@@ -56,10 +56,10 @@ macro( select_library_configurations basename )
             set( ${basename}_LIBRARY )
             foreach( _libname LISTS ${basename}_LIBRARY_RELEASE )
                 list( APPEND ${basename}_LIBRARY optimized "${_libname}" )
-            endforach()
+            endforeach()
             foreach( _libname LISTS ${basename}_LIBRARY_DEBUG )
                 list( APPEND ${basename}_LIBRARY debug "${_libname}" )
-            endforach()
+            endforeach()
             set( ${basename}_LIBRARIES "${${basename}_LIBRARY}" )
         else( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE )
             # If there are no configuration types or build type, just use

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list