Merge topic 'doc-set_target_properties-typo'

f8c77fa Fix typo in set_target_properties' documentation.
This commit is contained in:
Brad King 2011-09-26 11:24:39 -04:00 committed by CMake Topic Stage
commit 26f079044d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public:
"If not set here then it is set to target_EXPORTS by default " "If not set here then it is set to target_EXPORTS by default "
"(with some substitutions if the target is not a valid C " "(with some substitutions if the target is not a valid C "
"identifier). This is useful for headers to know whether they are " "identifier). This is useful for headers to know whether they are "
"being included from inside their library our outside to properly " "being included from inside their library or outside to properly "
"setup dllexport/dllimport decorations. " "setup dllexport/dllimport decorations. "
"The COMPILE_FLAGS property sets additional compiler flags used " "The COMPILE_FLAGS property sets additional compiler flags used "
"to build sources within the target. It may also be used to pass " "to build sources within the target. It may also be used to pass "