mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 05:54:33 +04:00
Added patch to remove boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
179 B
Diff
11 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})
|
|
|