diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-06-16 18:19:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-06-16 18:19:37 (GMT) |
commit | 4fa019319e1adfd5a1ea9ccaf2c22f4653a79e5b (patch) | |
tree | 1ec30f03f0dc71599285c99e305ccb3d88608be0 /Source/cmSetTargetPropertiesCommand.h | |
parent | 1fa5f76e4081dd73e1d5f547f2df15619f99bc21 (diff) | |
download | CMake-4fa019319e1adfd5a1ea9ccaf2c22f4653a79e5b.zip CMake-4fa019319e1adfd5a1ea9ccaf2c22f4653a79e5b.tar.gz CMake-4fa019319e1adfd5a1ea9ccaf2c22f4653a79e5b.tar.bz2 |
ENH: fix line length
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 7de65c1..a605a77 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -113,8 +113,8 @@ public: "INSTALL_RPATH is a semicolon-separated list specifying the rpath " "to use in installed targets (for platforms that support it). " "INSTALL_RPATH_USE_LINK_PATH is a boolean that if set to true will " - "append directories in the linker search path and outside the project " - "to the INSTALL_RPATH. " + "append directories in the linker search path and outside the " + "project to the INSTALL_RPATH. " "SKIP_BUILD_RPATH is a boolean specifying whether to skip automatic " "generation of an rpath allowing the target to run from the " "build tree. " |