diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-29 22:41:48 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-29 22:41:48 (GMT) |
commit | edd8996fb4c048fb5b60768e930b270be8646180 (patch) | |
tree | 7fb82123c2ed307f8f0e14e69ad04a03cb8fca9f /Source/cmFileCommand.h | |
parent | 58db6ac2991ee00536f7aded84811f1e3eead906 (diff) | |
download | CMake-edd8996fb4c048fb5b60768e930b270be8646180.zip CMake-edd8996fb4c048fb5b60768e930b270be8646180.tar.gz CMake-edd8996fb4c048fb5b60768e930b270be8646180.tar.bz2 |
FILE: mention that TO_CMAKE_PATH also handles list delimiters
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 3b368fa..ced26c4 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -152,7 +152,8 @@ public: "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}\". " " 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 " " a cmake style path into the native path style \\ for windows and / " "for UNIX.\n" |