mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06:00
`CMAKE_<LANG>_LINKER_LAUNCHER` and `<LANG>_LINKER_LAUNCHER` are already support for C, CXX, OBJC, OBJCXX, and Fortran. Add CUDA. Issue: #26967
4 lines
74 B
CMake
4 lines
74 B
CMake
set(CTEST_USE_LAUNCHERS 1)
|
|
include(CTestUseLaunchers)
|
|
include(CUDA.cmake)
|