Skip to content

Commit

Permalink
Don't make binaryDirExpanded relative
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Osse committed Nov 11, 2024
1 parent 15a095c commit 7c4c116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/cmake-tools/preset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ local function resolveBuildDir(self)
return
end
self.binaryDirExpanded = expandMacro(self, self.binaryDir)
self.binaryDirExpanded = vim.fn.fnamemodify(self.binaryDirExpanded, ":.")
end

local function resolveCacheVariables(self)
Expand Down

0 comments on commit 7c4c116

Please sign in to comment.