Skip to content
Snippets Groups Projects
Commit ed8fae3a authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

Merge branch 'master' into 'master'

update cmake and python version

See merge request anybotics/anymal-rbprm!2
parents 6d62be2b 921adcb3
No related branches found
No related tags found
No related merge requests found
......@@ -20,20 +20,21 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(CXX_DISABLE_WERROR true)
SET(PROJECT_NAME anymal-rbprm)
SET(PROJECT_DESCRIPTION "Database for anymal robot using hpp-rbprm")
SET(PROJECT_URL "")
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/idl.cmake)
INCLUDE(cmake/python.cmake)
SET(PROJECT_NAME anymal-rbprm)
SET(PROJECT_DESCRIPTION "Database for anymal robot using hpp-rbprm")
SET(PROJECT_URL "")
SET(CUSTOM_HEADER_DIR "hpp/anymal-rbprm")
SETUP_PROJECT ()
# search for python
FINDPYTHON(2.7 EXACT REQUIRED)
FINDPYTHON()
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
......
Subproject commit ecaf20c28c8ce33de312fbd812f88037cf995b73
Subproject commit 2de34adfce816937d2403cb602261ade0c26f0cd
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