diff --git a/encfs/CMakeLists.txt b/encfs/CMakeLists.txt index c01e5d9..458e52a 100644 --- a/encfs/CMakeLists.txt +++ b/encfs/CMakeLists.txt @@ -18,7 +18,6 @@ target_link_libraries (encfs encfs-base ${GLOG_LIBRARIES} ${FUSE_LIBRARIES} - ${CMAKE_THREAD_LIBS_INIT} ) if (POD2MAN) diff --git a/fs/CMakeLists.txt b/fs/CMakeLists.txt index 27c837a..bb73eb4 100644 --- a/fs/CMakeLists.txt +++ b/fs/CMakeLists.txt @@ -22,6 +22,7 @@ add_library (encfs-fs target_link_libraries (encfs-fs ${PROTOBUF_LIBRARY} + ${CMAKE_THREAD_LIBS_INIT} ) add_executable (checkops