summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFindSublimeText2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-1/+1
|
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+23