Skip to content
Snippets Groups Projects

The big dadaflow merge

Merged Ewan Barr requested to merge dadaflow into devel
Files
108
+ 1
1
# find the usual boost
find_package(Boost COMPONENTS log program_options system REQUIRED)
find_package(Boost COMPONENTS log program_options system json REQUIRED)
option(BOOST_ASIO_DEBUG "set to true to enable boost asio handler tracking" OFF)
if(BOOST_ASIO_DEBUG)
set(BOOST_ASIO_DEBUG true)
Loading