浏览代码

ENH: fix line length

Ken Martin 19 年之前
父节点
当前提交
4fa019319e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/cmSetTargetPropertiesCommand.h

+ 2 - 2
Source/cmSetTargetPropertiesCommand.h

@@ -113,8 +113,8 @@ public:
         "INSTALL_RPATH is a semicolon-separated list specifying the rpath "
         "INSTALL_RPATH is a semicolon-separated list specifying the rpath "
         "to use in installed targets (for platforms that support it). "
         "to use in installed targets (for platforms that support it). "
         "INSTALL_RPATH_USE_LINK_PATH is a boolean that if set to true will "
         "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 "
         "SKIP_BUILD_RPATH is a boolean specifying whether to skip automatic "
         "generation of an rpath allowing the target to run from the "
         "generation of an rpath allowing the target to run from the "
         "build tree. "
         "build tree. "