summaryrefslogtreecommitdiffstats
path: root/Modules/UseSWIG
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 ```
* UseSWIG: Take care of support files in sub-directoriesMarc Chevrier2020-08-041-2/+2
| | | | Fixes: #20833
* UseSWIG: multiple input files must be supported in version 2Marc Chevrier2018-10-291-0/+31
Fixes: #18506