summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/cmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-07-16 08:45:54 +0800
committerGitHub <[email protected]>2021-07-16 08:45:54 +0800
commita408b0e6fd6f5592a0dbf5451044a2aafa14edfc (patch)
tree95f5f7b5daee7740ee30af07faa00a2642ebeb5e /xmake/modules/package/tools/cmake.lua
parent71ea4fabf055d606971814455eaf0714502b03b7 (diff)
Update cmake.lua
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
-rw-r--r--xmake/modules/package/tools/cmake.lua1
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",