From 278e03b5903b008fa39e1d9f83839f288e9eb80f Mon Sep 17 00:00:00 2001 From: t0b3 Date: Thu, 26 Dec 2024 18:51:07 +0100 Subject: [PATCH] clean up SIP_INCLUDE_DIR redundancy See https://github.com/qgis/QGIS/commit/d0c4e0de9d3f771d6ac6b79c4105b911ea35cb0d this line is only used with SIP v4 which already is included below --- python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 14c13f337185..cc382b200afa 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -67,7 +67,6 @@ add_subdirectory(processing) include_directories(SYSTEM ${Python_INCLUDE_DIRS} - ${SIP_INCLUDE_DIR} ${QT_QTCORE_INCLUDE_DIR} ${QT_QTGUI_INCLUDE_DIR} ${QT_QTNETWORK_INCLUDE_DIR}