summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-29 00:35:20 +0800
committerruki <[email protected]>2020-08-29 00:35:20 +0800
commit9965dfcab2d32d7d5c72831f1a838028bde66e7c (patch)
tree66b9245d6c4017f04e38f26fb82a3feb105ccb9b /xmake/modules
parentefb8e8c1ef851be738d69aa563c9a4097cd42246 (diff)
improve cmake generator
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/detect/sdks/find_vcpkgdir.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/detect/sdks/find_vcpkgdir.lua b/xmake/modules/detect/sdks/find_vcpkgdir.lua
index 988d8c0df..0c2f50d45 100644
--- a/xmake/modules/detect/sdks/find_vcpkgdir.lua
+++ b/xmake/modules/detect/sdks/find_vcpkgdir.lua
@@ -100,7 +100,5 @@ function main(sdkdir, opt)
-- save to cache
cacheinfo.vcpkg = vcpkg or false
cache.save(key, cacheinfo)
-
- -- ok?
return vcpkg
end