Skip to content

Commit

Permalink
Merge pull request #382 from robotology/fix/removed_component
Browse files Browse the repository at this point in the history
Fix leftover after removing `ScenarioGazeboPlugins` CMake component
  • Loading branch information
diegoferigo committed Aug 31, 2021
2 parents f032f89 + 7f479b4 commit efeeb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/src/gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ install_basic_package_files(ScenarioGazebo
VERSION ${PROJECT_VERSION}
COMPATIBILITY AnyNewerVersion
EXPORT ScenarioGazeboExport
DEPENDENCIES ScenarioCore ScenarioGazeboPlugins ${ignition-gazebo} ${ignition-common}
DEPENDENCIES ScenarioCore ${ignition-gazebo} ${ignition-common}
NAMESPACE ScenarioGazebo::
NO_CHECK_REQUIRED_COMPONENTS_MACRO
INSTALL_DESTINATION
Expand Down

0 comments on commit efeeb15

Please sign in to comment.