diff options
| -rw-r--r-- | CMakeLists.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b25eb9..97a49ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,9 @@ if (NOT DISABLE_PCITOOL)      add_executable(pci cli.c)      add_dependencies(pci pcitool)      target_link_libraries(pci pcilib pcitool fastwriter) +    set_target_properties(pci PROPERTIES +	LINK_FLAGS ${CMAKE_THREAD_LIBS_INIT} +    )  endif (NOT DISABLE_PCITOOL)  #set_target_properties(pci PROPERTIES | 
