Explorar o código

FILE: mention that TO_CMAKE_PATH also handles list delimiters

Rolf Eike Beer %!s(int64=13) %!d(string=hai) anos
pai
achega
edd8996fb4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Source/cmFileCommand.h

+ 2 - 1
Source/cmFileCommand.h

@@ -152,7 +152,8 @@ public:
       "TO_CMAKE_PATH will convert path into a cmake style path with unix /. "
       "TO_CMAKE_PATH will convert path into a cmake style path with unix /. "
       " The input can be a single path or a system path like \"$ENV{PATH}\". "
       " The input can be a single path or a system path like \"$ENV{PATH}\". "
       " Note the double quotes around the ENV call TO_CMAKE_PATH only takes "
       " Note the double quotes around the ENV call TO_CMAKE_PATH only takes "
-      " one argument.\n"
+      " one argument. This command will also convert the native list"
+      " delimiters for a list of paths like the PATH environment variable.\n"
       "TO_NATIVE_PATH works just like TO_CMAKE_PATH, but will convert from "
       "TO_NATIVE_PATH works just like TO_CMAKE_PATH, but will convert from "
       " a cmake style path into the native path style \\ for windows and / "
       " a cmake style path into the native path style \\ for windows and / "
       "for UNIX.\n"
       "for UNIX.\n"