Skip to content
Snippets Groups Projects
Unverified Commit e5e9ec00 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #176 from Gepetto/topic/cmake-fix

Fixed cmake issue "unknown python_install_on_site"
parents b22ce05a aacb664e
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ endif() ...@@ -39,6 +39,7 @@ endif()
# JRL-cmakemodule setup # JRL-cmakemodule setup
include("${JRL_CMAKE_MODULES}/base.cmake") include("${JRL_CMAKE_MODULES}/base.cmake")
include("${JRL_CMAKE_MODULES}/python.cmake")
# Print initial message # Print initial message
message(STATUS "${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}") message(STATUS "${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}")
......
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