diff options
| author | ruki <[email protected]> | 2020-09-28 23:09:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-28 23:09:23 +0800 |
| commit | 0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (patch) | |
| tree | c6bacf9de25b6af942b5e7ac83bca8aa3cf1e5ce /xmake/modules/detect/tools/find_cmake.lua | |
| parent | 34e395ad9281d17382b1d1c5a4e7828a259720f0 (diff) | |
rename some pathes to paths
Diffstat (limited to 'xmake/modules/detect/tools/find_cmake.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_cmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_cmake.lua b/xmake/modules/detect/tools/find_cmake.lua index ba9ad615e..49a8b6e42 100644 --- a/xmake/modules/detect/tools/find_cmake.lua +++ b/xmake/modules/detect/tools/find_cmake.lua @@ -40,7 +40,7 @@ function main(opt) -- init options opt = opt or {} if is_host("windows") then - opt.pathes = "$(reg HKEY_LOCAL_MACHINE\\SOFTWARE\\Kitware\\CMake;InstallDir)\\bin" + opt.paths = "$(reg HKEY_LOCAL_MACHINE\\SOFTWARE\\Kitware\\CMake;InstallDir)\\bin" end -- find program |
