gazebosim / gz-cmake

A set of CMake modules that are used by the C++-based Gazebo projects.
https://gazebosim.org/libs/cmake
Apache License 2.0
27 stars 31 forks source link

ign -> gz Migrate Internal CMake Vars : gz-cmake #275

Closed methylDragon closed 2 years ago

methylDragon commented 2 years ago

See: https://github.com/gazebo-tooling/release-tools/issues/698

Built on top of: https://github.com/gazebosim/gz-cmake/pull/274

In an effort to keep track of what has already been tick-tocked, I placed the Deprecated. comment (in most cases) on the same line so it appears on grep.

Try it: grep -ri set\(ign

BREAKING NOTES

The next few ones look like they're breaking (because they change the install path to gz), but local builds work. Release repos might need to be updated to have the topline ignition -> gz.

See: https://github.com/gazebosim/gz-cmake/pull/275/commits/e1c4a355353937c1c11cb2841356e09f348051b2

Pending??

Hard-Tocks

Usually because they're internal or aren't used anywhere else in the entire Gz stack

Tick-Tocks

methylDragon commented 2 years ago

This PR can be squashed