diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-11 07:52:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-11 07:52:08 (GMT) |
commit | 08319e071e4b876a8f9c35edf8d73f3c145dff35 (patch) | |
tree | 54435fcf8333954bd4fe4724848155e661507d21 /Source/cmDocumentGeneratorExpressions.h | |
parent | 30fd0b2d38102af3d09c11d997467530d6df530b (diff) | |
download | CMake-08319e071e4b876a8f9c35edf8d73f3c145dff35.zip CMake-08319e071e4b876a8f9c35edf8d73f3c145dff35.tar.gz CMake-08319e071e4b876a8f9c35edf8d73f3c145dff35.tar.bz2 |
Genex: Fix indentation in docs.
Diffstat (limited to 'Source/cmDocumentGeneratorExpressions.h')
-rw-r--r-- | Source/cmDocumentGeneratorExpressions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentGeneratorExpressions.h b/Source/cmDocumentGeneratorExpressions.h index a8b3847..12ee9fa 100644 --- a/Source/cmDocumentGeneratorExpressions.h +++ b/Source/cmDocumentGeneratorExpressions.h @@ -44,9 +44,9 @@ "used.\n" \ " $<C_COMPILER_ID:comp> = '1' if the CMake-id of the C " \ "compiler matches comp, otherwise '0'.\n" \ - " $<CXX_COMPILER_ID> = The CMake-id of the CXX compiler " \ + " $<CXX_COMPILER_ID> = The CMake-id of the CXX compiler " \ "used.\n" \ - " $<CXX_COMPILER_ID:comp> = '1' if the CMake-id of the CXX " \ + " $<CXX_COMPILER_ID:comp> = '1' if the CMake-id of the CXX " \ "compiler matches comp, otherwise '0'.\n" \ " $<TARGET_FILE:tgt> = main file (.exe, .so.1.2, .a)\n" \ " $<TARGET_LINKER_FILE:tgt> = file used to link (.a, .lib, .so)\n" \ |