Skip to content

Commit

Permalink
Merge pull request #1913 from mavlink/pr-revert-1911
Browse files Browse the repository at this point in the history
[Backport v1.4] Revert #1911
  • Loading branch information
JonasVautherin committed Oct 11, 2022
2 parents 534b34b + d21b660 commit 5417c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mavsdk/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ install(FILES
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/mavsdk"
)

install(DIRECTORY
${MAVLINK_HEADERS}/mavlink
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk
)

list(APPEND UNIT_TEST_SOURCES
${PROJECT_SOURCE_DIR}/mavsdk/core/mavsdk_time_test.cpp
${PROJECT_SOURCE_DIR}/mavsdk/core/mavsdk_math_test.cpp
Expand Down
5 changes: 5 additions & 0 deletions src/mavsdk/plugins/mavlink_passthrough/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ install(FILES
${CMAKE_CURRENT_BINARY_DIR}/../../../mavsdk/core/mavlink_include.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/mavlink_passthrough
)

install(DIRECTORY
${MAVLINK_HEADERS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mavsdk/plugins/mavlink_passthrough
)

0 comments on commit 5417c6f

Please sign in to comment.