Skip to content
Snippets Groups Projects
Verified Commit 17627d69 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: add finding of the interpreter

parent 6834076f
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6) ...@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6)
project(ExtraLib CXX) project(ExtraLib CXX)
find_package(eigenpy REQUIRED) find_package(eigenpy REQUIRED)
find_package(PythonInterp REQUIRED)
find_package(PythonLibs REQUIRED) find_package(PythonLibs REQUIRED)
add_executable(extra_lib extra_lib.cpp) add_executable(extra_lib extra_lib.cpp)
......
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