diff options
| -rw-r--r-- | eclass/cmake.eclass | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index a4b0e5b4e08..faf9f805bae 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 |
