From bb888d709602ea452fe8dd4d2aa3631e533c489a Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 2 Sep 2016 15:09:05 +0530 Subject: [PATCH] hip_base package: bundle cmake folder in package Change-Id: I7f30469242a0357c68b9a27b7b18bbe1f1f15fc1 [ROCm/hip commit: bc055d960a1e3b4ae9d8dbe1be16b633cbf5bd89] --- projects/hip/packaging/hip_base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/packaging/hip_base.txt b/projects/hip/packaging/hip_base.txt index 67df3c10f6..e528e688ef 100644 --- a/projects/hip/packaging/hip_base.txt +++ b/projects/hip/packaging/hip_base.txt @@ -4,6 +4,7 @@ project(hip_base) install(DIRECTORY @hip_SOURCE_DIR@/bin DESTINATION . USE_SOURCE_PERMISSIONS) install(DIRECTORY @hip_SOURCE_DIR@/include DESTINATION . PATTERN "hip" EXCLUDE) install(FILES @PROJECT_BINARY_DIR@/.version DESTINATION bin) +install(DIRECTORY @hip_SOURCE_DIR@/cmake DESTINATION .) ############################# # Packaging steps