We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f631ff8 commit f16fe73Copy full SHA for f16fe73
CMakeLists.txt
@@ -662,13 +662,17 @@ IF (UNIX AND NOT APPLE)
662
ENDIF (UNIX AND NOT APPLE)
663
664
665
+#############################################################
666
+# Python build dependency
667
+
668
+FIND_PACKAGE(PythonInterp REQUIRED)
669
670
#############################################################
671
# Python bindings
672
673
IF (WITH_BINDINGS)
674
675
# python support: check for interpreter, sip, pyqt4
- FIND_PACKAGE(PythonInterp REQUIRED)
676
FIND_PACKAGE(PythonLibrary REQUIRED)
677
FIND_PACKAGE(SIP REQUIRED)
678
FIND_PACKAGE(PyQt4 REQUIRED)
0 commit comments