From d8fb6cae0163cb2430b6263fedd857dba3e49834 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 12 Sep 2021 17:24:00 +0200 Subject: [PATCH] Fix cmake for openwrt 18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3f95e7..a89a1e8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,4 +16,4 @@ target_link_libraries(usbserial-dw ${Boost_LIBRARIES}) #target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT}) ## Install -install(TARGETS usbserial-dw DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file +install(TARGETS usbserial-dw RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file