diff options
| -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 |
