From 2851f80253a1afbdf0c003b290688881e0868b08 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Tue, 19 Aug 2025 12:51:53 -0500 Subject: [PATCH] Removed kfd_ioctl.h from rocm include install Signed-off-by: Maisam Arif Change-Id: I7948eb050f79a8a0f71e0b8a8e4e08187ac0bb84 [ROCm/amdsmi commit: 6de6290dc10eb934dc6941d19faf23481920d52f] --- projects/amdsmi/src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/amdsmi/src/CMakeLists.txt b/projects/amdsmi/src/CMakeLists.txt index 2de4ab9a8e..e087eb2a72 100644 --- a/projects/amdsmi/src/CMakeLists.txt +++ b/projects/amdsmi/src/CMakeLists.txt @@ -111,7 +111,3 @@ install( FILES ${PROJECT_SOURCE_DIR}/include/amd_smi/amdsmi.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amd_smi COMPONENT dev) -install( - FILES ${PROJECT_SOURCE_DIR}/rocm_smi/include/rocm_smi/kfd_ioctl.h - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amd_smi - COMPONENT dev)