fwknop: init script improvements
[feed/packages.git] / libs / librsocket-cpp / patches / 103-no-boost-thread.patch
1 --- a/CMakeLists.txt
2 +++ b/CMakeLists.txt
3 @@ -195,7 +195,7 @@ find_package(Gflags REQUIRED)
4 find_package(Glog REQUIRED)
5
6 # find boost::* to satisfy the folly dep
7 -find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
8 +find_package(Boost REQUIRED COMPONENTS system filesystem regex context
9 program_options)
10
11 include_directories(SYSTEM ${OPENSSL_INCLUDE_DIR})