summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/features.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-29 23:19:52 +0800
committerruki <[email protected]>2021-09-29 23:19:52 +0800
commitd4397494c7585d62364df8026c1626f1f682baa5 (patch)
tree7f7f0b14b3840f79441b1c3683a5d797e567c800 /xmake/modules/lib/detect/features.lua
parent2904ba8f0e7eb87eab4b47a6021c1ce9039a40ba (diff)
add cxx_std_ features
Diffstat (limited to 'xmake/modules/lib/detect/features.lua')
-rw-r--r--xmake/modules/lib/detect/features.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/modules/lib/detect/features.lua b/xmake/modules/lib/detect/features.lua
index 614d8c592..8b9bde45b 100644
--- a/xmake/modules/lib/detect/features.lua
+++ b/xmake/modules/lib/detect/features.lua
@@ -79,12 +79,7 @@ function main(name, opt)
end
_g._checking = nil
- -- no features?
result = result or {}
-
- -- save result to cache
results[key] = result
-
- -- ok?
return result
end