From d2ae241911fac025f9da5351500aa4838312ff50 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Wed, 22 Oct 2025 20:34:33 -0700 Subject: [PATCH] CMake cleanup (#197) --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4bba1436a..1d0eac78e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,11 +258,7 @@ if(HIP_FOUND AND Libva_FOUND AND Libdrm_amdgpu_FOUND) message(STATUS "ROCm version is below the required threshold (>= 7.0.0) for reusing the interop buffer, so the compile option: ENABLE_INTEROP_BUFFER_REUSE is disabled.") target_compile_definitions(${PROJECT_NAME} PRIVATE ENABLE_INTEROP_BUFFER_REUSE=0) endif() - else() - message(WARNING "Failed to parse ROCm version string: ${ROCM_VERSION_STRING}") endif() - else() - message(WARNING "ROCm version file not found at ${ROCM_VERSION_FILE}") endif() #Generate BUILD_INFO