summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindSWIG
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-113-6/+0
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* 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.