diff options
author | James Johnston <johnstonj.public@codenest.com> | 2015-08-18 03:55:38 (GMT) |
---|---|---|
committer | James Johnston <johnstonj.public@codenest.com> | 2015-08-18 03:55:38 (GMT) |
commit | e89ea3d190492e41b37425ff021311c2b471f1b9 (patch) | |
tree | 35c88e18b8ac49fc2f115140c73ba04b8df3f0a1 /Help/release | |
parent | a38ea312c02eec6e4ee61015f70920999bf79ff9 (diff) | |
download | CMake-e89ea3d190492e41b37425ff021311c2b471f1b9.zip CMake-e89ea3d190492e41b37425ff021311c2b471f1b9.tar.gz CMake-e89ea3d190492e41b37425ff021311c2b471f1b9.tar.bz2 |
get_filename_component: Teach new BASE_DIR parameter.
In the get_filename_component command, add a new BASE_DIR parameter to
use with the ABSOLUTE and REALPATH options. This will be used when
finding an absolute path from a relative path.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/get-filename-component-base-dir.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/get-filename-component-base-dir.rst b/Help/release/dev/get-filename-component-base-dir.rst new file mode 100644 index 0000000..c0df759 --- /dev/null +++ b/Help/release/dev/get-filename-component-base-dir.rst @@ -0,0 +1,6 @@ +get-filename-component-base-dir +------------------------------- + +* The :command:`get_filename_component` command learned a new ``BASE_DIR`` + subcommand. This is used to specify a base directory when calculating an + absolute path from a relative path. |