Navigation Menu

Skip to content

Commit

Permalink
Fix fragile sip build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 19, 2021
1 parent 13e9238 commit 4e4f7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -967,7 +967,7 @@ if (WITH_CORE AND WITH_BINDINGS AND NOT WITH_QT6)
include(SIPMacros)

set(SIP_INCLUDES ${PYQT_SIP_DIR} ${CMAKE_SOURCE_DIR}/python)
set(SIP_CONCAT_PARTS 12)
set(SIP_CONCAT_PARTS 13)

if (NOT BINDINGS_GLOBAL_INSTALL)
set(Python_SITEARCH ${QGIS_DATA_DIR}/python)
Expand Down

0 comments on commit 4e4f7cf

Please sign in to comment.