summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-29 13:07:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-06-29 13:07:28 (GMT)
commitdb4ba61f3974258ad972a1594ee7b0d5b6f7a68c (patch)
treeca6758f2967aeefe016b0ccf4ca80b53b284c0c3 /Help/release
parentb9b3ec4d98b03c180b2e6b9ad8edba7f75576353 (diff)
parent943fe6e3b40cde7eb927bb2e2acf049fe580c188 (diff)
downloadCMake-db4ba61f3974258ad972a1594ee7b0d5b6f7a68c.zip
CMake-db4ba61f3974258ad972a1594ee7b0d5b6f7a68c.tar.gz
CMake-db4ba61f3974258ad972a1594ee7b0d5b6f7a68c.tar.bz2
Merge topic 'revert-try_compile-config-flags'
943fe6e3 Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"
Diffstat (limited to 'Help/release')
-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
---------