2
0

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
Este cometimento está contido em:
Matt Arsenault
2020-05-01 12:43:49 -04:00
ascendente 36432be962
cometimento 80bc98afee
+1 -1
Ver ficheiro
@@ -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*")