diff options
Diffstat (limited to 'Help/release/dev/try_compile-honor-CMAKE_WARN_DEPRECATED.rst')
-rw-r--r-- | Help/release/dev/try_compile-honor-CMAKE_WARN_DEPRECATED.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/try_compile-honor-CMAKE_WARN_DEPRECATED.rst b/Help/release/dev/try_compile-honor-CMAKE_WARN_DEPRECATED.rst new file mode 100644 index 0000000..9e13575 --- /dev/null +++ b/Help/release/dev/try_compile-honor-CMAKE_WARN_DEPRECATED.rst @@ -0,0 +1,6 @@ +try_compile-honor-CMAKE_WARN_DEPRECATED +--------------------------------------- + +* The :command:`try_compile` command source file signature now + honors the :variable:`CMAKE_WARN_DEPRECATED` variable value + in the generated test project. |