Skip to content

Commit

Permalink
fix cmake warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 4, 2010
1 parent 4613f71 commit 8ffd816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 8ffd816

Please sign in to comment.