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

17 lines
530 B
Plaintext
Raw Normal View History

2023-12-07 09:12:54 +01:00
^CMake Error at .*/Internal/CMakeCUDAArchitecturesValidate\.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\):
2023-12-07 09:12:54 +01:00
[^
]*/Modules/CMakeDetermineCUDACompiler.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
2022-03-29 21:10:50 +02:00
architectures-invalid\.cmake:2 \(enable_language\)
CMakeLists\.txt:3 \(include\)$