Skip to content
Snippets Groups Projects
Unverified Commit 72cb42de authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #109 from nim65s/devel

[CMake] Boost::chrono in required for tests
parents 7d2661ac 530925f3
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ set (RUN_TESTS TRUE CACHE BOOL "compile and run unit tests") ...@@ -67,7 +67,7 @@ set (RUN_TESTS TRUE CACHE BOOL "compile and run unit tests")
# Required dependencies # Required dependencies
set(BOOST_COMPONENTS thread date_time system) set(BOOST_COMPONENTS thread date_time system)
if (RUN_TESTS) if (RUN_TESTS)
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} filesystem unit_test_framework) set(BOOST_COMPONENTS ${BOOST_COMPONENTS} filesystem unit_test_framework chrono)
endif () endif ()
if (BUILD_PYTHON_INTERFACE) if (BUILD_PYTHON_INTERFACE)
FINDPYTHON() FINDPYTHON()
......
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