From 13f71c49fb8b94925baf0775ce67df861214e541 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 21 Nov 2022 10:40:26 +1300 Subject: [PATCH] cmake: copy correct mavlink directory Hopefully, this time I get it right. --- src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt b/src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt index 3c9419ce12..26ad398b93 100644 --- a/src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt +++ b/src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt @@ -17,6 +17,6 @@ install(FILES ) install(DIRECTORY - ${MAVLINK_HEADERS} + ${MAVLINK_HEADERS}/mavlink DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/mavlink_passthrough )