We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68076a5 commit 8dd95eeCopy full SHA for 8dd95ee
xmake/modules/package/tools/cmake.lua
@@ -941,8 +941,6 @@ end
941
function _get_configs(package, configs, opt)
942
configs = configs or {}
943
opt._configs_str = string.serialize(configs, {indent = false, strip = true})
944
-
945
946
_get_configs_for_install(package, configs, opt)
947
_get_configs_for_generator(package, configs, opt)
948
if package:is_plat("windows") then
0 commit comments