Skip to content
Snippets Groups Projects
Commit 97e01ba0 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

test packaging: remove useless find_package

parent 62a61453
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.6) ...@@ -2,8 +2,6 @@ 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)
add_executable(extra_lib extra_lib.cpp) add_executable(extra_lib extra_lib.cpp)
target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy ${PYTHON_LIBRARIES}) target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy)
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