Skip to content
Snippets Groups Projects
Commit a735a249 authored by Robert K's avatar Robert K Committed by Andreas Dedner
Browse files

[revert] remove version set for PythonLibs.

parent 3863da4e
Branches
Tags
1 merge request!790Feature/add python bindings
......@@ -77,11 +77,6 @@ set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4)
# Find the Python Interpreter
find_package(PythonInterp 3)
# interpreter was found set available version of library to that version
if(PYTHONINTERP_FOUND)
set(Python_ADDITIONAL_VERSIONS ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
endif()
# Find the Python libraries
find_package(PythonLibs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment