[Cmake-commits] CMake branch, next, updated. v3.1.0-1588-gb9c9643

Stephen Kelly steveire at gmail.com
Thu Jan 8 17:17:56 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  b9c9643a979378511a4f758afe66b3077ccc7c76 (commit)
       via  f13b405afe0b591194bdd0c36cb96d4d8dc5bdfb (commit)
      from  fc5b6913b9abee1e56568f380976c0d89abc4691 (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=b9c9643a979378511a4f758afe66b3077ccc7c76
commit b9c9643a979378511a4f758afe66b3077ccc7c76
Merge: fc5b691 f13b405
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 8 17:17:56 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 8 17:17:56 2015 -0500

    Merge topic 'drop-ancient-workarounds' into next
    
    f13b405a Remove VS 6 special case.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f13b405afe0b591194bdd0c36cb96d4d8dc5bdfb
commit f13b405afe0b591194bdd0c36cb96d4d8dc5bdfb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 8 22:12:49 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jan 8 23:17:39 2015 +0100

    Remove VS 6 special case.

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 153ba6a..93bfdf8 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -16,9 +16,6 @@
 if(CMAKE_GENERATOR MATCHES "Visual Studio 7")
   set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
 endif()
-if(CMAKE_GENERATOR MATCHES "Visual Studio 6")
-  set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
-endif()
 
 if(WIN32 AND CMAKE_C_COMPILER_ID STREQUAL "Intel")
   set(_INTEL_WINDOWS 1)

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list