Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Update MSVC variables according to Hunter
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 11, 2015
1 parent fbec89e commit b763045
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/msvc-2005.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS80COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2005)
set(HUNTER_MSVC_VERSION 8)
3 changes: 3 additions & 0 deletions compiler/msvc-2008.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS90COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2008)
set(HUNTER_MSVC_VERSION 9)
3 changes: 3 additions & 0 deletions compiler/msvc-2010.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS100COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2010)
set(HUNTER_MSVC_VERSION 10)
3 changes: 3 additions & 0 deletions compiler/msvc-2012.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS110COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2012)
set(HUNTER_MSVC_VERSION 11)
3 changes: 3 additions & 0 deletions compiler/msvc-2013.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS120COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2013)
set(HUNTER_MSVC_VERSION 12)
3 changes: 3 additions & 0 deletions compiler/msvc-2015.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ get_filename_component(
"$ENV{VS140COMNTOOLS}/../../VC/vcvarsall.bat"
ABSOLUTE
)

set(HUNTER_MSVC_YEAR 2015)
set(HUNTER_MSVC_VERSION 14)

0 comments on commit b763045

Please sign in to comment.