[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3100-g7379d02

Stephen Kelly steveire at gmail.com
Sat May 10 04:13:55 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  7379d023480e6498d7b8aee53af3ab76facd49a7 (commit)
       via  bc4e164a71398e85f6ecf2e2c3f46cb878047550 (commit)
      from  f8f35cba4dd6cbf796ed3d3f574c4e5c4d955fff (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=7379d023480e6498d7b8aee53af3ab76facd49a7
commit 7379d023480e6498d7b8aee53af3ab76facd49a7
Merge: f8f35cb bc4e164
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 04:13:55 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 10 04:13:55 2014 -0400

    Merge topic 'WriteCompilerDetectionHeader-module' into next
    
    bc4e164a Remove the alternative symbol logic.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc4e164a71398e85f6ecf2e2c3f46cb878047550
commit bc4e164a71398e85f6ecf2e2c3f46cb878047550
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 10:13:17 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat May 10 10:13:17 2014 +0200

    Remove the alternative symbol logic.
    
    This should be done another way.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index e490347..d5334ea 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -148,10 +148,6 @@ function(_load_compiler_variables CompilerId lang)
   set(_cmake_oldestSupported_${CompilerId} ${_cmake_oldestSupported} PARENT_SCOPE)
   foreach(feature ${ARGN})
     set(_cmake_feature_test_${CompilerId}_${feature} ${_cmake_feature_test_${feature}} PARENT_SCOPE)
-    if (_cmake_symbol_alternative_${feature})
-      set(_cmake_symbol_alternative_${CompilerId}_${feature} ${_cmake_symbol_alternative_${feature}} PARENT_SCOPE)
-      set(_cmake_symbol_alternative_test_${CompilerId}_${feature} ${_cmake_symbol_alternative_test_${feature}} PARENT_SCOPE)
-    endif()
   endforeach()
 endfunction()
 

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

Summary of changes:
 Modules/WriteCompilerDetectionHeader.cmake |    4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list