You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMAKE_TRY_COMPILE_TARGET_TYPE defaults to EXECUTABLE, which causes
any feature detection code snippet without a main function to fail,
so we need to make sure it gets explicitly set to STATIC_LIBRARY.
Bug: ROCm/rocFFT#439
Bug: ROCm/rocBLAS#1350
Bug: https://bugs.gentoo.org/916069Closes: #69842
Reviewed by: thesamesam, mgorny
0 commit comments