[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3348-g0fb035a

Nils Gladitz nilsgladitz at gmail.com
Fri May 23 17:00:26 EDT 2014


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  0fb035a75e70d9fcde541bf69607abc3a2dedfe3 (commit)
       via  6b2da9a1d23811f08a2f8b8f062efff0f8f50e6f (commit)
      from  f10c6945a37033b6b444731ff9b64353c3095871 (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=0fb035a75e70d9fcde541bf69607abc3a2dedfe3
commit 0fb035a75e70d9fcde541bf69607abc3a2dedfe3
Merge: f10c694 6b2da9a
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Fri May 23 17:00:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 23 17:00:25 2014 -0400

    Merge topic 'cpack-properties' into next
    
    6b2da9a1 CPack: fix test ebkac


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b2da9a1d23811f08a2f8b8f062efff0f8f50e6f
commit 6b2da9a1d23811f08a2f8b8f062efff0f8f50e6f
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Fri May 23 22:59:08 2014 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Fri May 23 22:59:08 2014 +0200

    CPack: fix test ebkac

diff --git a/Tests/RunCMake/CPackInstallProperties/PerConfigValue.cmake b/Tests/RunCMake/CPackInstallProperties/PerConfigValue.cmake
index 399ec97..77fe8ed 100644
--- a/Tests/RunCMake/CPackInstallProperties/PerConfigValue.cmake
+++ b/Tests/RunCMake/CPackInstallProperties/PerConfigValue.cmake
@@ -1,7 +1,7 @@
 add_executable(mytest test.cpp)
 
 foreach(CONFIG IN LISTS CMAKE_CONFIGURATION_TYPES)
-  set(TOUPPER ${CONFIG} UPPER_CONFIG)
+  string(TOUPPER ${CONFIG} UPPER_CONFIG)
   set_property(TARGET mytest PROPERTY
     OUTPUT_NAME_${UPPER_CONFIG} bar_${CONFIG})
 endforeach()

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

Summary of changes:
 Tests/RunCMake/CPackInstallProperties/PerConfigValue.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list