Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
530925f3
Commit
530925f3
authored
Dec 03, 2019
by
Guilhem Saurel
Browse files
[CMake] Boost::chrono in required for tests
fix build for Debian Jessie
parent
da384f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
530925f3
...
...
@@ -67,7 +67,7 @@ set (RUN_TESTS TRUE CACHE BOOL "compile and run unit tests")
# Required dependencies
set
(
BOOST_COMPONENTS thread date_time system
)
if
(
RUN_TESTS
)
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
filesystem unit_test_framework
)
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
filesystem unit_test_framework
chrono
)
endif
()
if
(
BUILD_PYTHON_INTERFACE
)
FINDPYTHON
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment