mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The ability to disable adding architectures completely for packaging purposes and cases requiring passing the architectures flags explicitly has been requested. Support a false value for CUDA_ARCHITECTURES and CMAKE_CUDA_ARCHITECTURES for this purpose. Implements #20821.
7 lines
112 B
CMake
7 lines
112 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0104-OLD)
|
|
run_cmake(CMP0104-NEW)
|
|
run_cmake(CMP0104-OFF)
|
|
run_cmake(CMP0104-WARN)
|