This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  389f795d2e68d287fcbba0d5e0e4678f3d90fe4c (commit)
       via  a59662bb5ba571907baf9d6d6ed4ea9dd025e706 (commit)
      from  1db0edb2a65b272a7c91e719e818da2e2ce49fb5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=389f795d2e68d287fcbba0d5e0e4678f3d90fe4c
commit 389f795d2e68d287fcbba0d5e0e4678f3d90fe4c
Merge: 1db0edb a59662b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue May 21 13:39:52 2019 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Tue May 21 09:40:03 2019 -0400

    Merge topic 'doc-ipo-check'
    
    a59662bb5b Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !3333


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a59662bb5ba571907baf9d6d6ed4ea9dd025e706
commit a59662bb5ba571907baf9d6d6ed4ea9dd025e706
Author:     Ruslan Baratov <ruslan_bara...@yahoo.com>
AuthorDate: Thu May 16 23:00:19 2019 +0300
Commit:     Ruslan Baratov <ruslan_bara...@yahoo.com>
CommitDate: Fri May 17 20:46:00 2019 +0300

    Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION

diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst 
b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
index 3f68c31..d3a5e94 100644
--- a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
+++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
@@ -4,7 +4,9 @@ INTERPROCEDURAL_OPTIMIZATION
 Enable interprocedural optimization for a target.
 
 If set to true, enables interprocedural optimizations if they are
-known to be supported by the compiler.
+known :module:`to be supported <CheckIPOSupported>` by the compiler. Depending
+on value of policy :policy:`CMP0069`, the error will be reported or ignored,
+if interprocedural optimization is enabled but not supported.
 
 This property is initialized by the
 :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable if it is set when a

-----------------------------------------------------------------------

Summary of changes:
 Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to