mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
885f47d2af
commit
28df1b4651
@ -56,3 +56,5 @@ ELSE(SIP_VERSION)
|
||||
ENDIF(SIP_FOUND)
|
||||
|
||||
ENDIF(SIP_VERSION)
|
||||
|
||||
ADD_DEFINITIONS(-DSIP_VERSION=0x${SIP_VERSION})
|
||||
|
Loading…
x
Reference in New Issue
Block a user