packages/libs/fbthrift/patches/010-no-boost-thread.patch

11 lines
179 B
Diff
Raw Normal View History

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,6 @@ find_package(
program_options
regex
system
- thread
)
include_directories(${Boost_INCLUDE_DIRS})