We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943438b commit a5d5bf0Copy full SHA for a5d5bf0
1 file changed
lua/cmake-tools/preset.lua
@@ -86,7 +86,7 @@ local function resolveConditions(self)
86
if type(entry) ~= "string" then
87
error("list field must be of type string")
88
end
89
- if cond.string == expandMacro(self, self, entry) then
+ if cond.string == expandMacro(self, entry) then
90
return true
91
92
0 commit comments