Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Dec 7, 2021
1 parent 6d26867 commit e144763
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/grid_config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ ign_gui_add_plugin(GridConfig
)

# Also install as Grid3D, which was a legacy plugin with a subset of features
set_target_properties(GridConfig PROPERTIES OUTPUT_NAME Grid3D)
install (TARGETS GridConfig DESTINATION ${IGNITION_GUI_PLUGIN_INSTALL_DIR})
install (
FILES $<TARGET_FILE:GridConfig>
RENAME ${CMAKE_SHARED_LIBRARY_PREFIX}Grid3D${CMAKE_SHARED_LIBRARY_SUFFIX}
DESTINATION ${IGNITION_GUI_PLUGIN_INSTALL_DIR})

0 comments on commit e144763

Please sign in to comment.