We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6834076 commit 17627d6Copy full SHA for 17627d6
unittest/cmake/CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6)
2
3
project(ExtraLib CXX)
4
find_package(eigenpy REQUIRED)
5
+find_package(PythonInterp REQUIRED)
6
find_package(PythonLibs REQUIRED)
7
8
add_executable(extra_lib extra_lib.cpp)
0 commit comments