diff options
Diffstat (limited to 'Help/release/dev/try_compile-link-flags.rst')
-rw-r--r-- | Help/release/dev/try_compile-link-flags.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/try_compile-link-flags.rst b/Help/release/dev/try_compile-link-flags.rst new file mode 100644 index 0000000..d995e0b --- /dev/null +++ b/Help/release/dev/try_compile-link-flags.rst @@ -0,0 +1,6 @@ +try_compile-link-flags +---------------------- + +* The :command:`try_compile` command source file signature now honors + link flags (e.g. :variable:`CMAKE_EXE_LINKER_FLAGS`) in the generated + test project. See policy :policy:`CMP0056`. |