diff options
Diffstat (limited to 'Help/release/dev/try_compile-config-flags.rst')
-rw-r--r-- | Help/release/dev/try_compile-config-flags.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/try_compile-config-flags.rst b/Help/release/dev/try_compile-config-flags.rst deleted file mode 100644 index ebfd6a4..0000000 --- a/Help/release/dev/try_compile-config-flags.rst +++ /dev/null @@ -1,7 +0,0 @@ -try_compile-config-flags ------------------------- - -* 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. See policy :policy:`CMP0066`. |