Merge topic 'fix-help-if-typo'

5968b6e0 Help: Fix typo in 'if()' command documentation
This commit is contained in:
Brad King 2014-01-16 09:24:17 -05:00 committed by CMake Topic Stage
commit c700a623c1

View File

@ -187,7 +187,7 @@ above-documented signature accepts ``<variable|string>``:
variables, if so their defined values are used otherwise the original variables, if so their defined values are used otherwise the original
value is used. value is used.
* Both left and right hand argumemnts to ``VERSION_LESS``, * Both left and right hand arguments to ``VERSION_LESS``,
``VERSION_EQUAL``, and ``VERSION_GREATER`` are independently tested ``VERSION_EQUAL``, and ``VERSION_GREATER`` are independently tested
to see if they are defined variables, if so their defined values are to see if they are defined variables, if so their defined values are
used otherwise the original value is used. used otherwise the original value is used.