Fix missing SIP_VERSION preprocessor macro

Was breaking all #if SIP_VERSION checks - most importantly
preventing exitPython() from being called correctly on QGIS
exit.
This commit is contained in:
Nyall Dawson 2019-02-28 09:09:12 +10:00
parent 885f47d2af
commit 28df1b4651

View File

@ -56,3 +56,5 @@ ELSE(SIP_VERSION)
ENDIF(SIP_FOUND)
ENDIF(SIP_VERSION)
ADD_DEFINITIONS(-DSIP_VERSION=0x${SIP_VERSION})