Force unset USE_AMDSMI internal cache variable when ENABLE_AMDSMI is OFF

This commit is contained in:
Donato Capitella
2026-02-01 09:56:24 +00:00
parent f1f0851398
commit 6289de70ad
+3
Vedi File
@@ -281,6 +281,9 @@ if(ROCM_VERSION VERSION_GREATER_EQUAL "71100" AND ENABLE_AMDSMI)
set(SMI_LIBRARIES amd_smi)
set(USE_AMDSMI ON CACHE INTERNAL "Use amd-smi instead of rocm-smi")
endif()
else()
# Force unset if disabled
unset(USE_AMDSMI CACHE)
endif()
if(NOT USE_AMDSMI AND ENABLE_AMDSMI)