diff options
author | Brad King <brad.king@kitware.com> | 2017-02-01 14:21:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-01 14:21:44 (GMT) |
commit | 6f2e2c74ba7f9061be8a8831195f02db5604160a (patch) | |
tree | b60457daade4021ce688a9833cf992a1cdd5ae92 /Help | |
parent | e8f55c17371ced4c6d5eb19cf40cf1141c0ef62a (diff) | |
parent | 1679fecb74ee4eb4500d591796f93fe4271b688e (diff) | |
download | CMake-6f2e2c74ba7f9061be8a8831195f02db5604160a.zip CMake-6f2e2c74ba7f9061be8a8831195f02db5604160a.tar.gz CMake-6f2e2c74ba7f9061be8a8831195f02db5604160a.tar.bz2 |
Merge topic 'WCDH_allow_unsupported'
1679fecb CompileFeatures Test: make sure the target "CompileFeatures" is always defined
98e6d1e5 Tests/Module/WCDH: make it work with only C features defined
c8703e9d WCDH: optionally omit error code for unknown compilers or compiler versions
0de9c398 WCDH: add macro to write simple replacement defines
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. |