Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 28, 2024
1 parent a67eecc commit 5741590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/window_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void window_impl::SetImporter(vtkF3DMetaImporter* importer)
//----------------------------------------------------------------------------
void window_impl::SetCachePath(const std::filesystem::path& cachePath)
{
this->Internals->CachePath = std::filesystem::absolute(cachePath).string();
this->Internals->CachePath = cachePath.string();
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 5741590

Please sign in to comment.