summaryrefslogtreecommitdiffstats
path: root/libs/librsocket-cpp/patches/103-boost.patch
blob: 40737f0ad006d06452df1660674af3b99e428af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,6 +194,9 @@ find_package(Gflags REQUIRED)
 # find glog::glog to satisfy the folly dep.
 find_package(Glog REQUIRED)
 
+find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
+                                       date_time program_options)
+
 include_directories(SYSTEM ${OPENSSL_INCLUDE_DIR})
 
 include_directories(SYSTEM ${GFLAGS_INCLUDE_DIR})