mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'required_hip_lang_package'
22051103b8 HIP: Find hip-lang-config.cmake with REQUIRED
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7771
This commit is contained in:
@@ -143,7 +143,7 @@ set(CMAKE_HIP_INFORMATION_LOADED 1)
|
||||
# Load the file and find the relevant HIP runtime.
|
||||
if(NOT DEFINED _CMAKE_HIP_DEVICE_RUNTIME_TARGET)
|
||||
set(hip-lang_DIR "${CMAKE_HIP_COMPILER_ROCM_ROOT}/lib/cmake/hip-lang")
|
||||
find_package(hip-lang CONFIG QUIET NO_DEFAULT_PATH)
|
||||
find_package(hip-lang CONFIG QUIET NO_DEFAULT_PATH REQUIRED)
|
||||
endif()
|
||||
if(DEFINED _CMAKE_HIP_DEVICE_RUNTIME_TARGET)
|
||||
list(APPEND CMAKE_HIP_RUNTIME_LIBRARIES_STATIC ${_CMAKE_HIP_DEVICE_RUNTIME_TARGET})
|
||||
|
||||
Reference in New Issue
Block a user