mirror of
https://github.com/novatiq/packages.git
synced 2026-06-26 07:10:26 +01:00
d4f1b24ea9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 7139cddccf)
15 lines
249 B
Diff
15 lines
249 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -44,7 +44,11 @@ endif(MSVC)
|
|
find_package(
|
|
Boost 1.54.0 REQUIRED #1.54.0 or greater
|
|
COMPONENTS
|
|
+ context
|
|
+ date_time
|
|
filesystem
|
|
+ program_options
|
|
+ regex
|
|
system
|
|
thread
|
|
)
|