mirror of
https://github.com/reactos/CMake.git
synced 2025-01-25 13:15:48 +00:00
19ffc0729f
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.
|