diff options
| -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") |
