dev-libs/rocr-runtime: skip CMake 4 and rocprofiler-register warnings

Closes: https://bugs.gentoo.org/958188
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42608
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal
2025-06-15 11:35:52 +00:00
committed by Sam James
parent 78641bcbec
commit 4dac00f35c

View File

@@ -62,5 +62,12 @@ src_configure() {
use debug || append-cxxflags "-DNDEBUG"
# skip false positive detection in samples, bug #958188
local CMAKE_QA_COMPAT_SKIP=1
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_rocprofiler-register=ON
)
cmake_src_configure
}