From 8dd95eed45b43db8ba7adf3342e60a043908fae5 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 Sep 2025 22:43:03 +0800 Subject: format code --- xmake/modules/package/tools/cmake.lua | 2 -- 1 file changed, 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 -- cgit v1.3.1