diff options
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index fd9a6e1..1bc643e 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -79,7 +79,8 @@ static const cmDocumentationEntry cmDocumentationOptions[] = {"-P <file>", "Process script mode.", "Process the given cmake file as a script written in the CMake language. " "No configure or generate step is performed and the cache is not" - " modified."}, + " modified. If variables are defined using -D, this must be done " + "before the -P argument."}, {"--graphviz=[file]", "Generate graphviz of dependencies.", "Generate a graphviz input file that will contain all the library and " "executable dependencies in the project."}, |