mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
`CMAKE_<LANG>_LINKER_LAUNCHER` and `<LANG>_LINKER_LAUNCHER` are already support for C, CXX, OBJC, and OBJCXX. Add Fortran. Closes: #26951
4 lines
77 B
CMake
4 lines
77 B
CMake
set(CTEST_USE_LAUNCHERS 1)
|
|
include(CTestUseLaunchers)
|
|
include(Fortran.cmake)
|