Added patch to remove boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
10 lines
179 B
Diff
10 lines
179 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -49,7 +49,6 @@ find_package(
|
|
program_options
|
|
regex
|
|
system
|
|
- thread
|
|
)
|
|
include_directories(${Boost_INCLUDE_DIRS})
|
|
|