Skip to content
Snippets Groups Projects
Commit 6e21479d authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[cmake] Update CMakeLists.txt

Remove the python test for now.
parent 8afb5bee
No related branches found
No related tags found
No related merge requests found
......@@ -15,15 +15,16 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(PROJECT_ORG stack-of-tasks)
SET(PROJECT_NAME sot-core)
SET(PROJECT_DESCRIPTION "Hierarchical task solver plug-in for dynamic-graph.")
SET(PROJECT_URL "http://github.com/${PROJECT_ORG}/${PROJECT_NAME}")
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/eigen.cmake)
INCLUDE(cmake/python.cmake)
SET(PROJECT_NAMESPACE stack-of-tasks)
SET(PROJECT_NAME sot-core)
SET(PROJECT_DESCRIPTION "Hierarchical task solver plug-in for dynamic-graph.")
SET(PROJECT_URL "http://github.com/${PROJECT_NAMESPACE}/${PROJECT_NAME}")
SET(DOXYGEN_USE_MATHJAX YES)
......
SET(${PROJECT_NAME}_PYTHON_TESTS
op-point-modifier
# op-point-modifier
)
FOREACH(TEST ${${PROJECT_NAME}_PYTHON_TESTS})
ADD_PYTHON_UNIT_TEST("py-${TEST}" "unitTesting/python/${TEST}.py" "python")
......
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