mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libwangle: Update to 2019.10.07.00
Added patch to remove boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from caf1a153d3)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/wangle/CMakeLists.txt
|
||||
+++ b/wangle/CMakeLists.txt
|
||||
@@ -56,7 +56,7 @@ if (NOT folly_FOUND)
|
||||
endif()
|
||||
|
||||
find_package(fizz CONFIG REQUIRED)
|
||||
-find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
|
||||
+find_package(Boost REQUIRED COMPONENTS system filesystem regex context
|
||||
program_options)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(Glog REQUIRED)
|
||||
Reference in New Issue
Block a user