Skip to content
Snippets Groups Projects
Commit 0fcf3fdb authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

Merge branch 'devel' of github.com:humanoid-path-planner/hpp-hrp2 into devel

parents 128e7ab9 53f390ba
No related branches found
No related tags found
No related merge requests found
......@@ -18,15 +18,17 @@
# Requires at least CMake 2.6 to configure the package.
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/python.cmake)
SET(PROJECT_NAME hpp-hrp2)
SET(PROJECT_DESCRIPTION "Data specific to hrp2 robot for hpp-corbaserver")
SET(PROJECT_URL "")
SETUP_HPP_PROJECT()
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/python.cmake)
# Tell CMake that we compute the PROJECT_VERSION manually.
CMAKE_POLICY(SET CMP0048 OLD)
PROJECT(${PROJECT_NAME})
FINDPYTHON()
ADD_REQUIRED_DEPENDENCY ("hpp-corbaserver >= 3")
......@@ -45,4 +47,3 @@ IF (HPP_MANIPULATION_CORBA_FOUND)
DESTINATION ${PYTHON_SITELIB}/hpp/corbaserver/manipulation/hrp2
)
ENDIF ()
SETUP_HPP_PROJECT_FINALIZE()
Subproject commit 429af97fe0b858bd73a1747768cc1ac735386140
Subproject commit df86256ef2b3e9420369d8749a719982ce6aeb14
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