diff options
| author | ruki <[email protected]> | 2021-07-16 08:45:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-16 08:45:54 +0800 |
| commit | a408b0e6fd6f5592a0dbf5451044a2aafa14edfc (patch) | |
| tree | 95f5f7b5daee7740ee30af07faa00a2642ebeb5e /xmake/modules/package/tools/cmake.lua | |
| parent | 71ea4fabf055d606971814455eaf0714502b03b7 (diff) | |
Update cmake.lua
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
| -rw-r--r-- | xmake/modules/package/tools/cmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua index d924bfb6d..3e48fee40 100644 --- a/xmake/modules/package/tools/cmake.lua +++ b/xmake/modules/package/tools/cmake.lua @@ -406,6 +406,7 @@ end function _get_cmake_generator_for_msvc(package) local vsvers = { + ["2022"] = "17", ["2019"] = "16", ["2017"] = "15", ["2015"] = "14", |
