We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bc526 commit e87b739Copy full SHA for e87b739
1 file changed
lua/cmake-tools/preset.lua
@@ -38,7 +38,6 @@ local function resolveBuildDir(self)
38
return
39
end
40
self.binaryDirExpanded = expandMacro(self, self.binaryDir)
41
- self.binaryDirExpanded = vim.fn.fnamemodify(self.binaryDirExpanded, ":.")
42
43
44
local function resolveCacheVariables(self)
0 commit comments