diff options
| author | ruki <[email protected]> | 2025-05-08 21:48:47 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-08 21:48:47 +0800 |
| commit | 93c6fb1a2a7dbe2a320fa51ce3fd71818fb89d09 (patch) | |
| tree | 1bcbcb935979017e050f3f2ebcfb3be8cc7de7f1 /xmake/modules | |
| parent | f8f940759860e118e222a735b71e29a01dcc9491 (diff) | |
| parent | 66ab792366be471d4b92ab7914c8473504e100d8 (diff) | |
Merge pull request #6406 from Frityet/patch-1
Fix vcpkg detect
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/detect/tools/find_vcpkg.lua | 1 |
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") |
