Skip to content

Commit

Permalink
Merge pull request #1691 from mavlink/fix-windows-install
Browse files Browse the repository at this point in the history
Set RUNTIME DESTINATION to fix Windows install
  • Loading branch information
julianoes committed Mar 15, 2022
2 parents 52eab1c + 3f4cef2 commit 2e89c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavsdk/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ target_include_directories(mavsdk

install(TARGETS mavsdk
EXPORT mavsdk-targets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
Expand Down

0 comments on commit 2e89c9d

Please sign in to comment.