Skip to content

Commit 97e01ba

Browse files
committed
test packaging: remove useless find_package
1 parent 62a6145 commit 97e01ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

unittest/packaging/cmake/CMakeLists.txt

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

33
project(ExtraLib CXX)
44
find_package(eigenpy REQUIRED)
5-
find_package(PythonInterp REQUIRED)
6-
find_package(PythonLibs REQUIRED)
75

86
add_executable(extra_lib extra_lib.cpp)
9-
target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy ${PYTHON_LIBRARIES})
7+
target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy)

0 commit comments

Comments
 (0)