commit: 3564aa4858c906ec7c2050b019498050a84027fe
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: Fri Oct 31 23:24:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564aa48
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 a0563dd72241..00904be2f1b3 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -779,14 +779,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