From ac7ed64cc1cef5efa6ef265ef13e71cfde47823a Mon Sep 17 00:00:00 2001 From: Joanna Chlebus <chlebusjoanna@gmail.com> Date: Tue, 12 Oct 2021 11:48:16 +0000 Subject: [PATCH] Update CMakeLists.txt --- src/swig/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swig/CMakeLists.txt b/src/swig/CMakeLists.txt index 721f166..e0e06ff 100644 --- a/src/swig/CMakeLists.txt +++ b/src/swig/CMakeLists.txt @@ -33,7 +33,6 @@ link_directories(${Boost_LIBRARY_DIRS}) # find_package(PythonLibs 3.8) set(PYTHON_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpython3.8.so") set(PYTHON_INCLUDE_DIRS "/usr/include/python3.8") -find_package(PythonLibs 3.8) find_package(PythonInterp 3.8) # idea taken from pyplot build system #execute_process( -- GitLab