We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a80c1 commit b83a051Copy full SHA for b83a051
1 file changed
lua/cmake-tools/scanner.lua
@@ -130,9 +130,9 @@ local function get_compiler_version(compiler)
130
return version
131
end
132
133
--- Main function to scan for kits
+local executables = get_path_executables()
134
+
135
function scanner.scan_for_kits()
- local executables = get_path_executables()
136
local toolchains = discover_toolchains(executables)
137
local kits = {}
138
0 commit comments