summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindSWIG
Commit message (Collapse)AuthorAgeFilesLines
* FindSWIG: Fix syntax errorMarc Chevrier2020-10-023-0/+25
| | | | | | Add some tests to cover all cases regarding version handling Fixes: #21264
* FindSWIG: Add version range supportMarc Chevrier2020-10-012-0/+31
|
* FindSWIG: Add COMPONENTS support for SWIG target languagesSeth R Johnson2020-02-267-0/+27
Newer versions of SWIG drop support for some target languages, and some forks of SWIG (such as for Fortran and MATLAB) aren't supported by the mainline version of SWIG. Swig versions as old as 1.3.6 (circa 2001) and possibly older use the same format for listing available wrappers "%-15s - Generate %s wrappers", so component detection should be quite reliable.