mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user