VC10 detection

This commit is contained in:
Siana Gearz
2010-11-27 18:02:01 +01:00
parent 8d0803fe38
commit 1a1a43ecc3

View File

@@ -92,6 +92,9 @@ if (WINDOWS)
elseif (MSVC90)
set(MSVC_DIR 9.0)
set(MSVC_SUFFIX 90)
elseif (MSVC100)
set(MSVC_DIR 10.0)
set(MSVC_SUFFIX 100)
endif (MSVC71)
endif (WINDOWS)