Skip to content

Commit 93c6fb1

Browse files
authored
Merge pull request #6406 from Frityet/patch-1
Fix vcpkg detect
2 parents f8f9407 + 66ab792 commit 93c6fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake/modules/detect/tools/find_vcpkg.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
-- imports
2222
import("lib.detect.find_file")
2323
import("lib.detect.find_program")
24+
import("lib.detect.find_programver")
2425
import("core.project.config")
2526
import("detect.sdks.find_vcpkgdir")
2627

0 commit comments

Comments
 (0)