Skip to content

Commit

Permalink
Set RUNTIME DESTINATION to fix Windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Feb 1, 2022
1 parent 9b4b79c commit 3f4cef2
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 @@ -91,6 +91,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 3f4cef2

Please sign in to comment.