diff options
author | Brad King <brad.king@kitware.com> | 2015-03-20 13:47:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-20 13:47:52 (GMT) |
commit | c95e523db87cd503c97ca2a6021614393bb33e0b (patch) | |
tree | 9d6ecdc8170ba0335c4b0323e38834dc6819f043 /Help/release/dev | |
parent | f447027307f32b9caa126631faaeab55b7e2133c (diff) | |
parent | 6e54b0b91032d858ae33b3cb093b5e4c9e15970e (diff) | |
download | CMake-c95e523db87cd503c97ca2a6021614393bb33e0b.zip CMake-c95e523db87cd503c97ca2a6021614393bb33e0b.tar.gz CMake-c95e523db87cd503c97ca2a6021614393bb33e0b.tar.bz2 |
Merge topic 'file-globbing-directory-listing'
6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing'
a2c068a7 file: Teach GLOB to list directories optionally
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/file-globbing-directory-listing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/file-globbing-directory-listing.rst b/Help/release/dev/file-globbing-directory-listing.rst new file mode 100644 index 0000000..c4d7ba5 --- /dev/null +++ b/Help/release/dev/file-globbing-directory-listing.rst @@ -0,0 +1,6 @@ +file-globbing-directory-listing +------------------------------- + +* The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands + learned a new ``LIST_DIRECTORIES <bool>`` option to specify whether + the glob result should include directories. |