FPHSA(): add missing "]" to documentation

Alex
This commit is contained in:
Alex Neundorf 2012-03-18 16:38:56 +01:00 committed by Brad King
parent f2e0a18761
commit cdabde82c2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# #
# The second mode is more powerful and also supports version checking: # The second mode is more powerful and also supports version checking:
# FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME [REQUIRED_VARS <var1>...<varN>] # FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME [REQUIRED_VARS <var1>...<varN>]
# [VERSION_VAR <versionvar> # [VERSION_VAR <versionvar>]
# [CONFIG_MODE] # [CONFIG_MODE]
# [FAIL_MESSAGE "Custom failure message"] ) # [FAIL_MESSAGE "Custom failure message"] )
# #