From f89f3440b2c98f05ab61c1290750f3bf5bff7e6c Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 25 May 2023 17:08:05 -0500 Subject: [PATCH] Fix header install --- library/src/jit_library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/jit_library/CMakeLists.txt b/library/src/jit_library/CMakeLists.txt index 9058bdfadc..c8ab7d79a3 100644 --- a/library/src/jit_library/CMakeLists.txt +++ b/library/src/jit_library/CMakeLists.txt @@ -33,7 +33,7 @@ rocm_install( EXPORT jit_libraryTargets ) -rocm_install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +rocm_install(DIRECTORY include/ck DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) rocm_install( EXPORT jit_libraryTargets