From 09f4c713fa673df9d175b58f8209c39d2dea8cea Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:09:18 +0100 Subject: use `_get_configs_for_generator` instead of `_get_configs` --- xmake/modules/package/tools/cmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua index 38b25db51..52f89f519 100644 --- a/xmake/modules/package/tools/cmake.lua +++ b/xmake/modules/package/tools/cmake.lua @@ -1220,7 +1220,7 @@ end -- install package function install(package, configs, opt) opt = opt or {} - _get_configs(package, configs, opt) + _get_configs_for_generator(package, configs, opt) local cmake_generator = _get_cmake_generator(package, opt) -- enter build directory -- cgit v1.3.1