mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Added detection of Visual C++ 2011 in CMake files
This commit is contained in:
parent
87b7676b95
commit
bb6ed5dd29
@ -57,6 +57,8 @@ elseif(MSVC)
|
|||||||
set(MSVC_VERSION 2008)
|
set(MSVC_VERSION 2008)
|
||||||
elseif(MSVC_VERSION EQUAL 1600)
|
elseif(MSVC_VERSION EQUAL 1600)
|
||||||
set(MSVC_VERSION 2010)
|
set(MSVC_VERSION 2010)
|
||||||
|
elseif(MSVC_VERSION EQUAL 1700)
|
||||||
|
set(MSVC_VERSION 2011)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unsupported compiler")
|
message(FATAL_ERROR "Unsupported compiler")
|
||||||
|
Loading…
Reference in New Issue
Block a user