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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
The PR #2864 , in particular https://github.com/osrf/gazebo/pull/2864/files#diff-0838b3a1790a01bd4c5b10e6789d5b7309df76869413ea9e166ee36815653b70R110, broke the calls to
find_package(gazebo)
on Windows. The error that you get as soon as you callfind_package(gazebo)
is:This is because the line in https://github.com/osrf/gazebo/blob/72f40624d4ef33166c8cb864390d6a1769044b14/CMakeLists.txt#L438 should be modified in Windows to read
libgazebo
instead ofgazebo
.The text was updated successfully, but these errors were encountered: