mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-27 11:31:22 -04:00
Remove VS 6 special case.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user