Changeset 6 in pacpusframework for trunk/cmake/PacpusUtilities.cmake
- Timestamp:
- Jan 5, 2013, 8:38:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusUtilities.cmake
r3 r6 88 88 # By default, unknown 89 89 set(${output} "unknown") 90 # MSVC9 == 200891 90 if (MSVC9) 92 91 set(${output} "msvc2008") 93 endif() 94 # MSVC10 == 2010 95 if (MSVC10) 92 elseif (MSVC10) 96 93 set(${output} "msvc2010") 97 endif() 98 # MSVC11 == "2012" 99 if (MSVC11) 94 else (MSVC11) 100 95 set(${output} "msvc2012") 101 96 endif()
Note:
See TracChangeset
for help on using the changeset viewer.