* update rocm-cmake to 6.0.2-1

This commit is contained in:
Alexander Baldeck 2024-04-06 12:57:38 +02:00
parent 8ef2c2839d
commit 16a5c1f0db

View File

@ -0,0 +1,13 @@
diff --git a/share/rocm/cmake/ROCMTest.cmake b/share/rocm/cmake/ROCMTest.cmake
index 167c41f..6dec5cb 100644
--- a/share/rocm/cmake/ROCMTest.cmake
+++ b/share/rocm/cmake/ROCMTest.cmake
@@ -31,7 +31,7 @@ macro(rocm_enable_test_package NAME)
endmacro()
if(POLICY CMP0079)
- cmake_policy(SET CMP0079 OLD)
+ cmake_policy(SET CMP0079 NEW)
endif()
add_library(rocm_test_dependencies INTERFACE)