[Cmake-commits] CMake branch, next, updated. v3.4.0-1416-ga03222b

Chuck Atkins chuck.atkins at kitware.com
Wed Nov 18 13:35:48 EST 2015


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  a03222b0b528e2598e835d69824a5160c70ee476 (commit)
       via  1a4b307c15e0bd5e0eca48648fd9815d32369ff7 (commit)
      from  6ff8890fbd07e4aa93a2d232fec5d28321192672 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a03222b0b528e2598e835d69824a5160c70ee476
commit a03222b0b528e2598e835d69824a5160c70ee476
Merge: 6ff8890 1a4b307
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Wed Nov 18 13:35:47 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 18 13:35:47 2015 -0500

    Merge topic 'add-cray-linux-platform' into next
    
    1a4b307c Cray: Remove debug info


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1a4b307c15e0bd5e0eca48648fd9815d32369ff7
commit 1a4b307c15e0bd5e0eca48648fd9815d32369ff7
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Wed Nov 18 13:35:18 2015 -0500
Commit:     Chuck Atkins <chuck.atkins at kitware.com>
CommitDate: Wed Nov 18 13:35:18 2015 -0500

    Cray: Remove debug info

diff --git a/Modules/Platform/CrayPrgEnv.cmake b/Modules/Platform/CrayPrgEnv.cmake
index 1652420..d60266b 100644
--- a/Modules/Platform/CrayPrgEnv.cmake
+++ b/Modules/Platform/CrayPrgEnv.cmake
@@ -89,13 +89,6 @@ function(__cray_list_intersect OUTPUT INPUT0)
   set(${OUTPUT} ${${OUTPUT}} PARENT_SCOPE)
 endfunction()
 
-macro(__cray_debug_print_list VAR)
-  message("${VAR}:")
-  foreach(I IN LISTS ${VAR})
-    message("  ${I}")
-  endforeach()
-endmacro()
-
 # Parse the implicit directories used by the wrappers
 get_property(__langs GLOBAL PROPERTY ENABLED_LANGUAGES)
 foreach(__lang IN LISTS __langs)
@@ -138,10 +131,6 @@ foreach(__lang IN LISTS __langs)
   endforeach()
   list(APPEND CMAKE_${__lang}_IMPLICIT_LINK_LIBRARIES ${__cray_flag_args})
   __cray_list_remove_duplicates(CMAKE_${__lang}_IMPLICIT_LINK_LIBRARIES)
-
-  __cray_debug_print_list(CMAKE_${__lang}_IMPLICIT_INCLUDE_DIRECTORIES)
-  __cray_debug_print_list(CMAKE_${__lang}_IMPLICIT_LINK_DIRECTORIES)
-  __cray_debug_print_list(CMAKE_${__lang}_IMPLICIT_LINK_LIBRARIES)
 endforeach()
 
 # Determine the common directories between all languages and add them

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

Summary of changes:
 Modules/Platform/CrayPrgEnv.cmake |   11 -----------
 1 file changed, 11 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list