aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-29 10:03:30 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-29 22:18:03 +0100
commit0d03c6ce7e7320f9b30e29782884f453c9eff2f6 (patch)
tree9f3735c3074838638524a47664fe9e6e2a656f0c
parent39f8ee5361e048d5fa4b5ab51e8a76686f40eaed (diff)
libshiboken: Remove unused line from CMakeLists.txt
APIEXTRACTOR_EXTRA_INCLUDES don't belong there. Pick-to: 6.4 6.2 Change-Id: Iaeb3ce19206177faf78f19afc1248c1454fd9d96 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/shiboken6/libshiboken/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken6/libshiboken/CMakeLists.txt b/sources/shiboken6/libshiboken/CMakeLists.txt
index 51a682b0e..2dd4e86ae 100644
--- a/sources/shiboken6/libshiboken/CMakeLists.txt
+++ b/sources/shiboken6/libshiboken/CMakeLists.txt
@@ -87,8 +87,6 @@ signature/signature_extend.cpp
signature/signature_helper.cpp
)
-set(APIEXTRACTOR_EXTRA_INCLUDES ${APIEXTRACTOR_EXTRA_INCLUDES} ${LIBXSLT_INCLUDE_DIR} ${LIBXML2_INCLUDE_DIR})
-
add_library(libshiboken SHARED ${libshiboken_SRC})
add_library(Shiboken6::libshiboken ALIAS libshiboken)