From bfb0ed4293c3a25c47d2fef7b9f19c25b8f5a477 Mon Sep 17 00:00:00 2001 From: Nicolas Despres <nicolas.despres@gmail.com> Date: Wed, 12 Oct 2011 16:28:03 +0200 Subject: Usage: Add missing exepath argument in get_prerequisites documentation. --- Modules/GetPrerequisites.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12