Skip to content

Commit e87b739

Browse files
committed
Don't make binaryDirExpanded relative
It's made relative to nvim's cwd, not config.cwd and furthermore there is no point in making it relative in the first place.
1 parent 53bc526 commit e87b739

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/cmake-tools/preset.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ local function resolveBuildDir(self)
3838
return
3939
end
4040
self.binaryDirExpanded = expandMacro(self, self.binaryDir)
41-
self.binaryDirExpanded = vim.fn.fnamemodify(self.binaryDirExpanded, ":.")
4241
end
4342

4443
local function resolveCacheVariables(self)

0 commit comments

Comments
 (0)