Skip to content

Commit 9c136fd

Browse files
authored
plugins: fix install path (#2419)
1 parent 8a4bfde commit 9c136fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavsdk/plugins/component_metadata_server/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ target_include_directories(mavsdk PUBLIC
1111

1212
install(FILES
1313
include/plugins/component_metadata_server/component_metadata_server.h
14-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/component_information_server
14+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/component_metadata_server
1515
)

0 commit comments

Comments
 (0)