docs: Correct minor typos (#3721)

This commit is contained in:
Chris Ohk
2022-02-12 00:42:48 +09:00
committed by GitHub
parent 6493f496e3
commit 1a432b426f
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ you can either use the basic targets, or use the FindPython tools:
set_target_properties(MyModule2 PROPERTIES
INTERPROCEDURAL_OPTIMIZATION ON
CXX_VISIBILITY_PRESET ON
VISIBLITY_INLINES_HIDDEN ON)
VISIBILITY_INLINES_HIDDEN ON)
If you build targets yourself, you may be interested in stripping the output
for reduced size; this is the one other feature that the helper function gives you.