Fix generated hip_prof_str.h install again
Change-Id: I92ea4bedbcdc92974998c00ca7f0c00098791cb5
[ROCm/hip commit: af4692f838]
This commit is contained in:
committed by
Matthew Arsenault
parent
ecaa407bfb
commit
ba3a9377da
@@ -465,9 +465,10 @@ endif()
|
||||
|
||||
# Install generated headers
|
||||
# FIXME: Associate with individual targets.
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/hip
|
||||
DESTINATION include
|
||||
FILES_MATCHING PATTERN "*.h*")
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/hip/hcc_detail
|
||||
DESTINATION include/hip
|
||||
FILES_MATCHING PATTERN "*.h*")
|
||||
|
||||
|
||||
#############################
|
||||
# hip-config
|
||||
|
||||
Reference in New Issue
Block a user