Closed nkoenig closed 2 years ago
Signed-off-by: Nate Koenig nate@openrobotics.org
I ran find . -name "*" -exec -i 's/IGN_DESIGNATION/GZ_DESIGNATION/g' {} \; in order to make this repository compliant with https://github.com/gazebosim/gz-cmake/pull/282
find . -name "*" -exec -i 's/IGN_DESIGNATION/GZ_DESIGNATION/g' {} \;
@osrf-jenkins run tests please
Merging without CI because this branch is not supposed to work.
Signed-off-by: Nate Koenig nate@openrobotics.org
I ran
find . -name "*" -exec -i 's/IGN_DESIGNATION/GZ_DESIGNATION/g' {} \;
in order to make this repository compliant with https://github.com/gazebosim/gz-cmake/pull/282