summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrityet <[email protected]>2025-05-08 07:32:53 +0100
committerGitHub <[email protected]>2025-05-08 07:32:53 +0100
commit66ab792366be471d4b92ab7914c8473504e100d8 (patch)
tree5c59bd2a964382533e47bba27cf474bd1d48cb14
parent7301a531f1581e5b22897c13c66d2704c493dbd9 (diff)
Fix vcpkg detect
-rw-r--r--xmake/modules/detect/tools/find_vcpkg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_vcpkg.lua b/xmake/modules/detect/tools/find_vcpkg.lua
index ff154ad54..7a4b4415a 100644
--- a/xmake/modules/detect/tools/find_vcpkg.lua
+++ b/xmake/modules/detect/tools/find_vcpkg.lua
@@ -21,6 +21,7 @@
-- imports
import("lib.detect.find_file")
import("lib.detect.find_program")
+import("lib.detect.find_programver")
import("core.project.config")
import("detect.sdks.find_vcpkgdir")