Skip to content

Commit 2ea7510

Browse files
committed
Added runtime install destination to avoid inconsistencies with different CMake versions
1 parent c3d9a3b commit 2ea7510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ if (LIBUSB_INSTALL_TARGETS)
250250
endif ()
251251
install(TARGETS usb-1.0
252252
EXPORT usb-1.0-targets
253+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
253254
LIBRARY DESTINATION ${LIBUSB_INSTALL_LIBRARY_DIR}
254255
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
255256
)

0 commit comments

Comments
 (0)