You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hipcc] Define Debian doc source path relative to utils.cmake (#623)
Using ${CMAKE_SOURCE_DIR}/DEBIAN for the directory
in which amd/hipcc/utils.cmake expects e.g. copyright.in
can break in some situations if hipcc is build with
llvm as an external project because the path evaluates
to llvm/DEBIAN instead of amd/hipcc/DEBIAN.
Define the path relative to the utils.cmake path. Extract a variable
for the build path for consistency.
0 commit comments