diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2017-01-25 19:32:59 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2017-01-30 18:19:44 (GMT) |
commit | c8703e9d7b6c3f7ad58429317a6bf75c1e415568 (patch) | |
tree | a157ef44e4066cbbe6de035ee350f71c2617fdc2 /Help | |
parent | 0de9c3985004ef802aac97e20b4efde49989794c (diff) | |
download | CMake-c8703e9d7b6c3f7ad58429317a6bf75c1e415568.zip CMake-c8703e9d7b6c3f7ad58429317a6bf75c1e415568.tar.gz CMake-c8703e9d7b6c3f7ad58429317a6bf75c1e415568.tar.bz2 |
WCDH: optionally omit error code for unknown compilers or compiler versions
This allows one to generate a header that will basically always work. In case
an unknown compiler or compiler version is encountered it simply falls back to
the unsupported case.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/WCDH_allow_unsupported.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/WCDH_allow_unsupported.rst b/Help/release/dev/WCDH_allow_unsupported.rst new file mode 100644 index 0000000..c0b7377 --- /dev/null +++ b/Help/release/dev/WCDH_allow_unsupported.rst @@ -0,0 +1,8 @@ +WCDH_allow_unsupported +---------------------- + +* The :module:`WriteCompilerDetectionHeader` module gained the + ``ALLOW_UNKNOWN_COMPILERS`` and ``ALLOW_UNKNOWN_COMPILER_VERSIONS`` options + that allow creation of headers that will work also with unknown or old + compilers by simply assuming they do not support any of the requested + features. |