mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
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
8 lines
327 B
ReStructuredText
8 lines
327 B
ReStructuredText
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.
|