mirror of
https://github.com/reactos/CMake.git
synced 2025-01-25 05:04:37 +00:00
62a4a67dc5
Provide a function to write a portable header to detect compiler features. Generate a preprocessor #error for unknown compilers and compiler versions whose features are not yet recorded. This error condition might be relaxed in the future, but for now it is useful for verification of expectations.
7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
CMake Error at .*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(message\):
|
|
Invalid arguments. write_compiler_detection_header requires at least one
|
|
compiler.
|
|
Call Stack \(most recent call first\):
|
|
NoCompiler.cmake:4 \(write_compiler_detection_header\)
|
|
CMakeLists.txt:3 \(include\)
|