summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/cmake/kdevelop
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/cmake/kdevelop')
-rw-r--r--source/kde/kde/cmake/kdevelop8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/kde/kde/cmake/kdevelop b/source/kde/kde/cmake/kdevelop
index 0ef680aa1..814d1d95d 100644
--- a/source/kde/kde/cmake/kdevelop
+++ b/source/kde/kde/cmake/kdevelop
@@ -1,9 +1,3 @@
-# The -DCLANG_BUILTIN_DIR below is there because with our llvm-16.0.0 the
-# cmake script to find the clang builtin includes directory doesn't seem
-# to be working. In previous versions of LLVM the number in the path was
-# the full version number (i.e. 16.0.0), but now it's just 16. Perhaps
-# future versions of kdevelop will locate this properly, so test periodically
-# to see if that's the case.
mkdir cmake-build
cd cmake-build
cmake \
@@ -24,5 +18,7 @@ cd cmake-build
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF \
-DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \
+ -DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DCLANG_BUILTIN_DIR=$(/bin/ls -d /usr/lib$LIBDIRSUFFIX/clang/*/include) \
..
+