From 5043618bf861fb8c4a7181d65ea4af1a85e8dfe3 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 12 Sep 2021 17:25:37 +0200 Subject: [PATCH] fix openwrt 18 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a89a1e8..cacef3c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,4 +16,5 @@ target_link_libraries(usbserial-dw ${Boost_LIBRARIES}) #target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT}) ## Install -install(TARGETS usbserial-dw RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file +install(TARGETS usbserial-dw + RUNTIME DESTINATION bin ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file