cmake/Tests/RunCMake/CUDA_architectures/architectures-invalid-stderr.txt

15 lines
431 B
Plaintext
Raw Normal View History

2022-03-29 21:10:50 +02:00
^CMake Error at .*/Modules/CMakeDetermineCUDACompiler\.cmake:[0-9]+ \(message\):
2022-08-04 22:12:04 +02:00
CMAKE_CUDA_ARCHITECTURES:
invalid
is not one of the following:
\* a semicolon-separated list of integers, each optionally
followed by '-real' or '-virtual'
\* a special value: all, all-major, native
2022-03-29 21:10:50 +02:00
Call Stack \(most recent call first\):
architectures-invalid\.cmake:2 \(enable_language\)
CMakeLists\.txt:3 \(include\)$