diff options
| author | ruki <[email protected]> | 2025-09-10 22:32:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-10 21:52:30 +0800 |
| commit | c54be3773f1723268a1b0abbd65f38a8ac8b95f4 (patch) | |
| tree | 642b888c63b0401c1ac379638a305af9b2751a9c /xmake/modules/lib/detect/find_package.lua | |
| parent | a0cc61b1894a427731beebbb2f3d2005895c212c (diff) | |
improve detectcache save
Diffstat (limited to 'xmake/modules/lib/detect/find_package.lua')
| -rw-r--r-- | xmake/modules/lib/detect/find_package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/find_package.lua b/xmake/modules/lib/detect/find_package.lua index f43c4656a..eedce1cec 100644 --- a/xmake/modules/lib/detect/find_package.lua +++ b/xmake/modules/lib/detect/find_package.lua @@ -98,7 +98,6 @@ function main(name, opt) -- cache result detectcache:set2(cachekey, packagekey, result and result or false) - detectcache:save() -- trace if opt.verbose or option.get("verbose") then |
