diff options
author | Brad King <brad.king@kitware.com> | 2016-06-29 13:07:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-29 13:07:28 (GMT) |
commit | db4ba61f3974258ad972a1594ee7b0d5b6f7a68c (patch) | |
tree | ca6758f2967aeefe016b0ccf4ca80b53b284c0c3 /Help/release | |
parent | b9b3ec4d98b03c180b2e6b9ad8edba7f75576353 (diff) | |
parent | 943fe6e3b40cde7eb927bb2e2acf049fe580c188 (diff) | |
download | CMake-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.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 --------- |