Skip to content

Commit

Permalink
plugins: fix install path (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored Oct 6, 2024
1 parent 8a4bfde commit 9c136fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ target_include_directories(mavsdk PUBLIC

install(FILES
include/plugins/component_metadata_server/component_metadata_server.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/component_information_server
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/component_metadata_server
)

0 comments on commit 9c136fd

Please sign in to comment.