diff options
author | Brad King <brad.king@kitware.com> | 2012-10-01 18:05:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-10-01 18:05:44 (GMT) |
commit | 15cc55fe08d1c9986a678ded2d6bd0ac2ae70215 (patch) | |
tree | 1641df35601a2f9d32c6c35caca6c131500c9be8 /Source/cmGlobalGenerator.cxx | |
parent | 49c7b649f958d34e06023a85af705122124328f5 (diff) | |
parent | 4ad02332aad12bdda5ae3a091326856c2ff31b3e (diff) | |
download | CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.zip CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.gz CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.bz2 |
Merge topic 'documentation-cleanup'
4ad0233 Remove period at the end of the check message.
50b1ea5 Fix minor typos.
19c3206 Remove unused parameter marker and the unused parameter.
9d462b2 Document that generator expressions can be used in target properties.
daf88c3 Fix punctuation in some variables documentation.
3172cde Fix the layout of the generator expression documentation.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index bdd3461..09588f9 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -893,7 +893,7 @@ bool cmGlobalGenerator::CheckALLOW_DUPLICATE_CUSTOM_TARGETS() << "The \"" << this->GetName() << "\" generator does not support " << "duplicate custom targets. " << "Consider using a Makefiles generator or fix the project to not " - << "use duplicat target names."; + << "use duplicate target names."; cmSystemTools::Error(e.str().c_str()); return false; } |