CMake/Help/release/dev/st2-exclude-patterns-variable.rst
Bruno Pedrosa 19ffc0729f 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
2016-10-12 12:38:00 -04:00

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.