Skip to content

Commit 3ceecbf

Browse files
authored
no override in SIP
1 parent 637f716 commit 3ceecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.6)
171171
IF(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)
172172
SET(SIP_FINAL "final")
173173
ELSE(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)
174-
SET(SIP_FINAL "override")
174+
SET(SIP_FINAL "")
175175
ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)
176176

177177
# core module

0 commit comments

Comments
 (0)