From 80bc98afee1ad4427648bf5c3adc02146fb8bef0 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 1 May 2020 12:43:49 -0400 Subject: [PATCH] Fix installing generated header to include/include This isn't the ideal solution, but a lot more cleanups are needed for how install is used. Change-Id: I63a9c1a46d0da13ee4373038ece228005207271a --- hipamd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/CMakeLists.txt b/hipamd/CMakeLists.txt index 609ca5aec8..d208c19fb5 100644 --- a/hipamd/CMakeLists.txt +++ b/hipamd/CMakeLists.txt @@ -461,7 +461,7 @@ endif() # Install generated headers # FIXME: Associate with individual targets. -install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include +install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/hip DESTINATION include FILES_MATCHING PATTERN "*.h*")