summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-10-25 19:34:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-10-25 19:34:26 (GMT)
commitbd216ef63a57ed7cc868885f8796e3eab9355a8d (patch)
treef83da612e731ec3efa0f84e168cbb77237d65ba8 /Modules
parent4701843974ef7404212f9a057cba4961076b07c8 (diff)
parentceff6ec5254bbee898ac6a193624dba5ccf18e56 (diff)
downloadCMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.zip
CMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.tar.gz
CMake-bd216ef63a57ed7cc868885f8796e3eab9355a8d.tar.bz2
Merge topic 'some-documentation-fixes'
ceff6ec ccmake: Factor toggle key help instructions. 19da106 ccmake: Document '/' key. fd63219 ccmake: Align 'g' and 'q' key instructions. bfb0ed4 Usage: Add missing exepath argument in get_prerequisites documentation. de51264 Usage: Print help, version and copyright options in usage information. 9ae0604 Usage: Document all options printing the version number. 3353d84 Usage: Document all options printing usage information. 1b612ca Usage: Document -j|--parallel option in help message. 6be15ed Doxygen: Remove dependency on VTK when building doxygen. a92f14f Doxygen: Fix warnings. faede37 Doxygen: Generate call graph and relationships. dd13ecd Doxygen: Improve code documentation. d0b3a7f Fix typo. d3d7e45 Remove trailing white-spaces.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/GetPrerequisites.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GetPrerequisites.cmake b/Modules/GetPrerequisites.cmake
index 023b8b5..2efa079 100644
--- a/Modules/GetPrerequisites.cmake
+++ b/Modules/GetPrerequisites.cmake
@@ -24,7 +24,7 @@
# PARENT_SCOPE.
#
# GET_PREREQUISITES(<target> <prerequisites_var> <exclude_system> <recurse>
-# <dirs>)
+# <exepath> <dirs>)
# Get the list of shared library files required by <target>. The list in
# the variable named <prerequisites_var> should be empty on first entry to
# this function. On exit, <prerequisites_var> will contain the list of