Skip to content

Commit

Permalink
no override in SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 20, 2018
1 parent 637f716 commit 3ceecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -171,7 +171,7 @@ ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.6)
IF(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)
SET(SIP_FINAL "final")
ELSE(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)
SET(SIP_FINAL "override")
SET(SIP_FINAL "")
ENDIF(${SIP_VERSION_STR} VERSION_GREATER 4.19.0)

# core module
Expand Down

0 comments on commit 3ceecbf

Please sign in to comment.