diff options
author | Brad King <brad.king@kitware.com> | 2013-12-05 14:25:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-12-05 14:25:34 (GMT) |
commit | 998d7c8f4af27346aab11dfc89a9432d277de676 (patch) | |
tree | 3c7fab6b39ce28506b916947300c657782ef3d5f /Help | |
parent | 520ead7200334fddcbef94c657de025abe5cf134 (diff) | |
parent | 259bf0918cfbfbbeaf9078001c0b1010066666a1 (diff) | |
download | CMake-998d7c8f4af27346aab11dfc89a9432d277de676.zip CMake-998d7c8f4af27346aab11dfc89a9432d277de676.tar.gz CMake-998d7c8f4af27346aab11dfc89a9432d277de676.tar.bz2 |
Merge topic 'minor-cleanups'
259bf09 Make the cmStrictTargetComparison operate on const cmTarget*.
8cc3cdb Help: Fix up the VISIBILITY_INLINES_HIDDEN docs.
1396ab8 Don't generate self-references for system include directories.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst b/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst index 3754410..e06d35c 100644 --- a/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst +++ b/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst @@ -4,8 +4,8 @@ VISIBILITY_INLINES_HIDDEN Whether to add a compile flag to hide symbols of inline functions The VISIBILITY_INLINES_HIDDEN property determines whether a flag for -hiding symbols for inline functions. the value passed used in a -visibility related compile option, such as -fvisibility=. This -property only has an affect for libraries and executables with -exports. This property is initialized by the value of the variable -CMAKE_VISIBILITY_INLINES_HIDDEN if it is set when a target is created. +hiding symbols for inline functions, such as -fvisibility-inlines-hidden, +should be used when invoking the compiler. This property only has an affect +for libraries and executables with exports. This property is initialized by +the value of the :variable:`CMAKE_VISIBILITY_INLINES_HIDDEN` if it is set +when a target is created. |