summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/cmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-15 22:43:03 +0800
committerruki <[email protected]>2025-09-15 22:43:03 +0800
commit8dd95eed45b43db8ba7adf3342e60a043908fae5 (patch)
tree5a17dd03ea0dc61b220c41f2b56aec6cbbd49672 /xmake/modules/package/tools/cmake.lua
parent68076a52c7085873887032a630be94244d0dc7a1 (diff)
format code
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
-rw-r--r--xmake/modules/package/tools/cmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua
index 77b9a82b3..cbf9bcb37 100644
--- a/xmake/modules/package/tools/cmake.lua
+++ b/xmake/modules/package/tools/cmake.lua
@@ -941,8 +941,6 @@ end
function _get_configs(package, configs, opt)
configs = configs or {}
opt._configs_str = string.serialize(configs, {indent = false, strip = true})
-
-
_get_configs_for_install(package, configs, opt)
_get_configs_for_generator(package, configs, opt)
if package:is_plat("windows") then