diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-16 02:24:08 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-17 19:10:34 (GMT) |
commit | 470437f6f93fb7c26afd38176a9779505c7922e5 (patch) | |
tree | 0715df0394033a40af45570692973ca772b882cb /Help/variable | |
parent | f653c6702a38eca61a441145dae2670e99f8a1ec (diff) | |
download | CMake-470437f6f93fb7c26afd38176a9779505c7922e5.zip CMake-470437f6f93fb7c26afd38176a9779505c7922e5.tar.gz CMake-470437f6f93fb7c26afd38176a9779505c7922e5.tar.bz2 |
Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst b/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst new file mode 100644 index 0000000..b291102 --- /dev/null +++ b/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst @@ -0,0 +1,8 @@ +CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG> +------------------------------------------- + +Default value for :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` of targets. + +This variable is used to initialize the :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` +property on all the targets. See that target property for additional +information. |