Skip to content
Snippets Groups Projects
Commit aa4ad9c7 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

added boost date_time library, required for the logging module

parent 0859ed44
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ ENDIF()
# Find BOOST filesystem
# Note: we need to search this after looking for the unit_test_framework, since we must not link against the
# unit_test_framework library (use header-only)
FIND_PACKAGE(Boost COMPONENTS filesystem REQUIRED)
FIND_PACKAGE(Boost COMPONENTS filesystem date_time REQUIRED)
# optional dependency: the ControlSystemAdapter-DoocsAdapter is needed for the example
add_dependency(ChimeraTK-ControlSystemAdapter-DoocsAdapter 00.10)
......
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