mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
This makes it much easier to use a launcher for all CMake projects in an environment rather than having to remember to pass the setting to every CMake build.
3 lines
103 B
CMake
3 lines
103 B
CMake
set(CMAKE_CUDA_COMPILER_LAUNCHER "${CMAKE_COMMAND};-E;env;USED_LAUNCHER=1")
|
|
include(CUDA-common.cmake)
|