Skip to content
Snippets Groups Projects
Commit 5c22ac6c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-156: added dependency on boost.beast for an http client in the MACScheduler

parent cc534378
No related branches found
No related tags found
1 merge request!116TMSS-156: Resolve TMSS-156
......@@ -4,7 +4,7 @@
lofar_package(MainCU 1.0 DEPENDS Common MessageBus OTDB MACIO GCFTM GCFPVSS GCFRTDB APLCommon RTDBCommon ApplCommon CR_Protocol)
include(LofarFindPackage)
lofar_find_package(Boost REQUIRED COMPONENTS date_time)
lofar_find_package(Boost REQUIRED COMPONENTS date_time beast)
add_definitions(-DBOOST_DISABLE_THREADS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment