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
9371d9bd
Verified
Commit
9371d9bd
authored
Feb 20, 2020
by
Justin Carpentier
Browse files
cmake: look for testing dependencies
parent
144ba6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9371d9bd
...
...
@@ -81,9 +81,7 @@ set (BUILD_TESTING TRUE CACHE BOOL "compile and run unit tests")
# Required dependencies
set
(
BOOST_COMPONENTS thread date_time system
)
if
(
BUILD_TESTING
)
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
filesystem unit_test_framework chrono
)
endif
()
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
filesystem unit_test_framework chrono
)
if
(
BUILD_PYTHON_INTERFACE
)
FINDPYTHON
()
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
python
)
...
...
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