diff options
author | Brad King <brad.king@kitware.com> | 2016-06-28 19:09:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-28 19:09:44 (GMT) |
commit | e34c5543faf33284ff9615d53fcfa5a163adf6c3 (patch) | |
tree | 70267f66949339149a5423e81a95f7595775080a /Help | |
parent | eb6f81705a8bfd89cf0afeb4c26d3e2944e3ecd3 (diff) | |
parent | 943fe6e3b40cde7eb927bb2e2acf049fe580c188 (diff) | |
download | CMake-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.rst | 5 |
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 --------- |