mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
cdf2a36f48
`CMAKE_<LANG>_LINKER_LAUNCHER` and `<LANG>_LINKER_LAUNCHER` are already support for C, CXX, CUDA, OBJC, OBJCXX, and Fortran. Add HIP. Closes: #26967
4 lines
73 B
CMake
4 lines
73 B
CMake
set(CTEST_USE_LAUNCHERS 1)
|
|
include(CTestUseLaunchers)
|
|
include(HIP.cmake)
|