Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
ce04ad36
Commit
ce04ad36
authored
Oct 30, 2019
by
Guilhem Saurel
Browse files
[CMake] sync submodule
parent
67101577
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ce04ad36
...
...
@@ -5,7 +5,12 @@
# Paul Dandignac, LAAS/CNRS
#
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME sot-torque-control
)
SET
(
PROJECT_DESCRIPTION
"Collection of dynamic-graph entities aimed at implementing torque control on different robots."
)
SET
(
PROJECT_URL
"https://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
...
...
@@ -13,11 +18,6 @@ INCLUDE(cmake/eigen.cmake)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/test.cmake
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME sot-torque-control
)
SET
(
PROJECT_DESCRIPTION
"Collection of dynamic-graph entities aimed at implementing torque control on different robots."
)
SET
(
PROJECT_URL
"https://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
SET
(
CUSTOM_HEADER_DIR
"sot/torque_control"
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
@@ -31,7 +31,8 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
plugindir
)
SETUP_PROJECT
()
CMAKE_POLICY
(
SET CMP0048 OLD
)
PROJECT
(
${
PROJECT_NAME
}
CXX
)
OPTION
(
INITIALIZE_WITH_NAN
"Initialize Eigen entries with NaN"
ON
)
IF
(
INITIALIZE_WITH_NAN
)
...
...
@@ -83,5 +84,3 @@ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
ADD_SUBDIRECTORY
(
src
)
ADD_SUBDIRECTORY
(
unitTesting
)
SETUP_PROJECT_FINALIZE
()
cmake
@
63efaecd
Compare
b58bd669
...
63efaecd
Subproject commit
b58bd669f6567662eefb8a410e8e40aeba4f1060
Subproject commit
63efaecd7c1fa3f9c190b5365561c38ea33f3236
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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