summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-28 19:09:44 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-28 19:09:44 (GMT)
commite34c5543faf33284ff9615d53fcfa5a163adf6c3 (patch)
tree70267f66949339149a5423e81a95f7595775080a /Help
parenteb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 (diff)
parent943fe6e3b40cde7eb927bb2e2acf049fe580c188 (diff)
downloadCMake-e34c5543faf33284ff9615d53fcfa5a163adf6c3.zip
CMake-e34c5543faf33284ff9615d53fcfa5a163adf6c3.tar.gz
CMake-e34c5543faf33284ff9615d53fcfa5a163adf6c3.tar.bz2
Merge branch 'revert-try_compile-config-flags' into release
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.6.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/release/3.6.rst b/Help/release/3.6.rst
index 5c08b39..771c9dd 100644
--- a/Help/release/3.6.rst
+++ b/Help/release/3.6.rst
@@ -42,11 +42,6 @@ Commands
commands gained support for the ``%s`` placeholder. This is
the number of seconds since the UNIX Epoch.
-* The :command:`try_compile` command source file signature now honors
- configuration-specific flags (e.g. :variable:`CMAKE_<LANG>_FLAGS_DEBUG`)
- in the generated test project. Previously only the default such flags
- for the current toolchain were used.
-
Variables
---------