From 07c187d13e04effa241a7d6b867b9f6f7179f30b Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 5 Sep 2021 19:47:12 +0200 Subject: [PATCH] cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82cbc01..f923de4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(BOOST_LIBS date_time system log program_options) find_package(Boost COMPONENTS ${BOOST_LIBS} REQUIRED) target_link_libraries(usbserial-dw ${Boost_LIBRARIES}) find_package(Threads REQUIRED) -##target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT}) +target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT}) ## Install install(TARGETS usbserial-dw DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file