commit: ec4e2c413583ed40cef7cb1cd13b88f5661774c2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 23 21:57:36 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 18:33:52 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec4e2c41
cmake.eclass: Drop ECM related initial-cache vars, moved to ecm.eclass
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/cmake.eclass | 8 --------
1 file changed, 8 deletions(-)
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index a4b0e5b4e0..faf9f805ba 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -697,14 +697,6 @@ cmake_src_configure() {
set(CMAKE_LINK_WARNING_AS_ERROR OFF CACHE BOOL "")
_EOF_
- if [[ ${CMAKE_ECM_MODE} == true ]]; then
- cat >> ${common_config} <<- _EOF_ || die
- set(ECM_DISABLE_QMLPLUGINDUMP ON CACHE BOOL "")
- set(ECM_DISABLE_APPSTREAMTEST ON CACHE BOOL "")
- set(ECM_DISABLE_GIT ON CACHE BOOL "")
- _EOF_
- fi
-
# See bug 689410
if [[ "${ARCH}" == riscv ]]; then
echo 'set(CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX
'"${libdir#lib}"' CACHE STRING "library search suffix" FORCE)' >>
"${common_config}" || die