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 22, 2024
1 parent 53bc526 commit e87b739
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 e87b739

Please sign in to comment.