Skip to content
Snippets Groups Projects
Commit ac7ed64c authored by Joanna Baran's avatar Joanna Baran
Browse files

Update CMakeLists.txt

parent ca6df0a5
No related branches found
No related tags found
No related merge requests found
Pipeline #3876 canceled
...@@ -33,7 +33,6 @@ link_directories(${Boost_LIBRARY_DIRS}) ...@@ -33,7 +33,6 @@ link_directories(${Boost_LIBRARY_DIRS})
# find_package(PythonLibs 3.8) # find_package(PythonLibs 3.8)
set(PYTHON_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpython3.8.so") set(PYTHON_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpython3.8.so")
set(PYTHON_INCLUDE_DIRS "/usr/include/python3.8") set(PYTHON_INCLUDE_DIRS "/usr/include/python3.8")
find_package(PythonLibs 3.8)
find_package(PythonInterp 3.8) find_package(PythonInterp 3.8)
# idea taken from pyplot build system # idea taken from pyplot build system
#execute_process( #execute_process(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment