Skip to content

Commit f16fe73

Browse files
committedSep 19, 2015
Python is a hard build time dependency
Followup 709c143
1 parent f631ff8 commit f16fe73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,13 +662,17 @@ IF (UNIX AND NOT APPLE)
662662
ENDIF (UNIX AND NOT APPLE)
663663

664664

665+
#############################################################
666+
# Python build dependency
667+
668+
FIND_PACKAGE(PythonInterp REQUIRED)
669+
665670
#############################################################
666671
# Python bindings
667672

668673
IF (WITH_BINDINGS)
669674

670675
# python support: check for interpreter, sip, pyqt4
671-
FIND_PACKAGE(PythonInterp REQUIRED)
672676
FIND_PACKAGE(PythonLibrary REQUIRED)
673677
FIND_PACKAGE(SIP REQUIRED)
674678
FIND_PACKAGE(PyQt4 REQUIRED)

0 commit comments

Comments
 (0)
Please sign in to comment.