mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
This allows defining compat versions of some C/C++ features with the name of the keyword itself, so all code can look as if it was written for the new language standard.
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
CMake Error at .*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(message\):
|
|
Unsupported feature not_a_feature.
|
|
Call Stack \(most recent call first\):
|
|
.*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(_check_feature_lists\)
|
|
InvalidFeature.cmake:4 \(write_compiler_detection_header\)
|
|
CMakeLists.txt:3 \(include\)
|