diff options
| author | Chi Huu Huynh <[email protected]> | 2024-08-29 03:09:18 +0100 |
|---|---|---|
| committer | Chi Huu Huynh <[email protected]> | 2024-08-29 03:09:18 +0100 |
| commit | 09f4c713fa673df9d175b58f8209c39d2dea8cea (patch) | |
| tree | 609cbbbbff7a93f68bd5518c8c0521b0c58f9896 /xmake/modules/package/tools/cmake.lua | |
| parent | fb1ac8a218a8f064826e937d074f008b08a47c09 (diff) | |
use `_get_configs_for_generator` instead of `_get_configs`
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
| -rw-r--r-- | xmake/modules/package/tools/cmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
