osrf / homebrew-simulation

Homebrew tap for osrf simulation software
Apache License 2.0
54 stars 74 forks source link

ogre1.9: fix build from source #2653

Closed scpeters closed 1 month ago

scpeters commented 1 month ago

This applies a patch from @marvinosswald and sets CMAKE_CXX_STANDARD to use c++14 to fix compilation errors when building ogre1.9 from source.

I tested this with gazebo11, and it seems to work still. We don't need new bottles though since bottles are still working; it is just building from source that is broken.

Fixes https://github.com/osrf/homebrew-simulation/issues/2646.