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


[ROCm/hip commit: 9b39b95417]
This commit is contained in:
Matt Arsenault
2020-05-01 12:43:49 -04:00
parent 7877f5000d
commit b4308fadf2
+1 -1
View File
@@ -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*")