mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix VS2012 ID/version check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
94ad5a120f
commit
b422abd4be
@ -42,7 +42,7 @@ int main() { return (float)x; }"
|
|||||||
message(FATAL_ERROR "Host Clang must be able to find libstdc++4.7 or newer!")
|
message(FATAL_ERROR "Host Clang must be able to find libstdc++4.7 or newer!")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 17.0)
|
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 17.0)
|
||||||
message(FATAL_ERROR "Host Visual Studio must be at least 2012 (MSVC 17.0)")
|
message(FATAL_ERROR "Host Visual Studio must be at least 2012 (MSVC 17.0)")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user