Remove duplicate cmake command

This commit is contained in:
Matthias Kuhn 2021-01-09 11:40:28 +01:00 committed by Nyall Dawson
parent 526ef598c2
commit 99f556fbb9

View File

@ -930,9 +930,6 @@ endif()
# Python bindings
if (WITH_CORE AND WITH_BINDINGS)
find_package(PythonLibrary REQUIRED)
# python support: check for interpreter, sip, pyqt5
find_package(PyQt5 REQUIRED)
set(PYQT_SIP_FLAGS ${PYQT5_SIP_FLAGS})