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.
12 lines
546 B
Plaintext
12 lines
546 B
Plaintext
CMake Error at InvalidArgs.cmake:4 \(write_compiler_detection_header\):
|
|
write_compiler_detection_header Function invoked with incorrect arguments
|
|
for function named: write_compiler_detection_header
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
+
|
|
CMake Error at InvalidArgs.cmake:6 \(write_compiler_detection_header\):
|
|
write_compiler_detection_header Function invoked with incorrect arguments
|
|
for function named: write_compiler_detection_header
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|