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