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
Humanoid Path Planner
hpp-fcl
Commits
a666e661
Commit
a666e661
authored
Apr 02, 2020
by
Guilhem Saurel
Browse files
[CMake] don't set BUILD_TESTING
It is set in test.cmake
parent
232911a1
Pipeline
#8918
failed with stage
in 153 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a666e661
...
...
@@ -75,9 +75,6 @@ if (BUILD_PYTHON_INTERFACE)
ADD_PROJECT_DEPENDENCY
(
eigenpy 2.2 REQUIRED PKG_CONFIG_REQUIRES
"eigenpy >= 2.2"
)
endif
()
# Add a cache variable to allow not compiling and running tests
set
(
BUILD_TESTING TRUE CACHE BOOL
"compile and run unit tests"
)
# Required dependencies
set
(
BOOST_COMPONENTS thread date_time system
)
set
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
filesystem unit_test_framework chrono
)
...
...
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