mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
qt6-build.eclass: set CMAKE_QA_COMPAT_SKIP=1
Bug: https://bugs.gentoo.org/957476 Bug: https://bugs.gentoo.org/957475 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -178,6 +178,9 @@ qt6-build_src_configure() {
|
||||
local mycmakeargs=("${defaultcmakeargs[@]}")
|
||||
fi
|
||||
|
||||
# Qt has quite a lot of unused (false positive) CMakeLists.txt
|
||||
local CMAKE_QA_COMPAT_SKIP=1
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user