commit: 689be1a4afcc8222f7d10f822789d2e1676d0829 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 24 20:59:33 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Aug 15 17:46:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689be1a4
cmake.eclass: Set CMAKE_COMPILE_WARNING_AS_ERROR=OFF Closes: https://bugs.gentoo.org/926121 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/cmake.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index db31320c339d..c98608d7b5bb 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -543,6 +543,7 @@ cmake_src_configure() { set(Python3_FIND_UNVERSIONED_NAMES FIRST CACHE STRING "") set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON CACHE BOOL "") set(CMAKE_TLS_VERIFY ON CACHE BOOL "") + set(CMAKE_COMPILE_WARNING_AS_ERROR OFF CACHE BOOL "") _EOF_ if [[ -n ${_ECM_ECLASS} ]]; then