diff options
author | Bruno Pedrosa <brupelo@gmail.com> | 2016-10-10 19:18:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-12 16:38:00 (GMT) |
commit | 19ffc0729fdc12b8c0874db7ae1c5e576b48ba10 (patch) | |
tree | e30bb9ea524a85352ea30081173600c42587308f /Help/release | |
parent | 8eb6038d0d98da7f7e04462a72bd2e7529a7baff (diff) | |
download | CMake-19ffc0729fdc12b8c0874db7ae1c5e576b48ba10.zip CMake-19ffc0729fdc12b8c0874db7ae1c5e576b48ba10.tar.gz CMake-19ffc0729fdc12b8c0874db7ae1c5e576b48ba10.tar.bz2 |
Sublime: Exclude build tree from source tree project only optionally
Create a `CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE` variable to control
addition of the build tree to `folder_exclude_patterns` in the
`.sublime-project`. Change the default of this behavior to OFF.
Closes: #16351
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/st2-exclude-patterns-variable.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/st2-exclude-patterns-variable.rst b/Help/release/dev/st2-exclude-patterns-variable.rst new file mode 100644 index 0000000..8706c1f --- /dev/null +++ b/Help/release/dev/st2-exclude-patterns-variable.rst @@ -0,0 +1,7 @@ +st2-exclude-patterns-variable +----------------------------- + +* The :generator:`Sublime Text 2` extra generator no longer excludes the + build tree from the ``.sublime-project`` when it is inside the source tree. + The :variable:`CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE` variable + was added to control the behavior explicitly. |