Skip to content
  • Marc Chevrier's avatar
    FindSWIG: Enhance lookup capabilities using VALIDATOR argument · 8ff66a76
    Marc Chevrier authored
    Currently, swig executable naming strategy is a bit odd: For example swig4.0 executable
    can have version 4.2.0!i Moreover, not all platforms provide a versioned executable.
    
    So, to pick-up the right executable when multiple versions are available,
    use find_program(... VALIDATOR ...).
    8ff66a76