You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observer failure to build (following log from local test on macOS):
[100%] Building CXX object test/integration/CMakeFiles/INTEGRATION_include_sim_hh.dir/include_sim_hh.cc.o
In file included from test/integration/include_sim_hh.cc:20:
In file included from build/include/gz/sim.hh:144:
include/gz/sim/physics/Events.hh:24:10: fatal error: 'gz/physics/ContactProperties.hh' file not found
#include <gz/physics/ContactProperties.hh>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Environment
Description
target_link_libraries
againstgz-sim7::core
and#include <gz/sim.hh>
and build successfullySteps to reproduce
cmake
INTEGRATION_include_sim_hh
targetOutput
See Github Actions workflow output: https://github.com/gazebosim/gz-sim/actions/runs/4794159738
The text was updated successfully, but these errors were encountered: