Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminates std::filesystem usage in utils.cc (#1346)
Depends on gazebosim/gz-common#312 See gazebo-tooling/release-tools#639 Basically, this removes the dependency on `std::filesystem` in ign-gazebo as its been causing issues when binaries are produced by diffrent compiler versions. This current version makes sure that we keep all `std::filesystem` code in` ign-common`. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
- Loading branch information