| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LICENSE: Replace references to Copyright.txt with LICENSE.rst | Kitware Robot | 2025-03-03 | 1 | -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 ``` | ||||
| * | cmA*Command: Turn into free functions | Regina Pfeifer | 2019-08-07 | 1 | -9/+5 |
| | | | | | Ref: #19499 | ||||
| * | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -0/+20 |
| This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374 | |||||
