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 62a6145 commit 97e01baCopy full SHA for 97e01ba
unittest/packaging/cmake/CMakeLists.txt
@@ -2,8 +2,6 @@ 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)
9
-target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy ${PYTHON_LIBRARIES})
+target_link_libraries(extra_lib PUBLIC eigenpy::eigenpy)
0 commit comments