Skip to content

Commit 4e134ed

Browse files
authored
Merge pull request #276 from Osse/dont-relativize
Don't make binaryDirExpanded relative
2 parents 88ebb7d + e87b739 commit 4e134ed

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
@@ -39,7 +39,6 @@ local function resolveBuildDir(self)
3939
return
4040
end
4141
self.binaryDirExpanded = expandMacro(self, self.binaryDir)
42-
self.binaryDirExpanded = vim.fn.fnamemodify(self.binaryDirExpanded, ":.")
4342
end
4443

4544
local function resolveCacheVariables(self)

0 commit comments

Comments
 (0)