Skip to content

Commit 8ffd816

Browse files
author
jef
committed
fix cmake warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4613f71 commit 8ffd816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENDIF(PYQT4_VERSION_NUM LESS 263680)
4141

4242
IF(NOT PYQT4_VERSION_NUM LESS 263941) # 0x040705
4343
SET(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} QSETINT_CONVERSION)
44-
ENDIF(NOT SIP_VERSION_NUM LESS 263941)
44+
ENDIF(NOT PYQT4_VERSION_NUM LESS 263941)
4545

4646
# core module
4747
FILE(GLOB sip_files_core core/*.sip)

0 commit comments

Comments
 (0)