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

Reduce example names to be able to run Conda CI on Windows (gz-cmake2) #463

Closed j-rivero closed 5 days ago

j-rivero commented 5 days ago

The PR reduces all the names of the examples to make the new Conda build happy (names are bit longer there than in current implementation) with the length limits in CMD.exe for the filesystem paths.

Failing for Conda: Build Status

Tested: Build Status