Skip to content
Permalink
Browse files
fix cmake warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 4, 2010
1 parent 6c0e03f commit 37739cd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -41,7 +41,7 @@ ENDIF(PYQT4_VERSION_NUM LESS 263680)

IF(NOT PYQT4_VERSION_NUM LESS 263941) # 0x040705
SET(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} QSETINT_CONVERSION)
ENDIF(NOT SIP_VERSION_NUM LESS 263941)
ENDIF(NOT PYQT4_VERSION_NUM LESS 263941)

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

0 comments on commit 37739cd

Please sign in to comment.