Skip to content

Commit 17627d6

Browse files
committed
cmake: add finding of the interpreter
1 parent 6834076 commit 17627d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/cmake/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6)
22

33
project(ExtraLib CXX)
44
find_package(eigenpy REQUIRED)
5+
find_package(PythonInterp REQUIRED)
56
find_package(PythonLibs REQUIRED)
67

78
add_executable(extra_lib extra_lib.cpp)

0 commit comments

Comments
 (0)