Skip to content

HIP: Find hip-lang-config.cmake with REQUIRED

Use REQUIRED for the find_package that loads the hip config, because it may fail, e.g. because dependent libraries are not found. Before this if the find_package failed cmake silently continued, skipping any hip specific compile flags on targets, resulting in failures at build.

Edited by Mészáros Gergely

Merge request reports