mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
e98588aaba
Simplifies CUDA target architecture handling. Required for Clang support as Clang doesn't automatically select a supported architecture. We detect a supported architecture during compiler identification and set CMAKE_CUDA_ARCHITECTURES to it. Introduces CMP0104 for backwards compatibility with manually setting code generation flags with NVCC. Implements #17963.
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|