wrap
wrap copied to clipboard
Make python a required dependency
Instead of optionally check for python, it will be checked as mandatory dependency instead. This ensures, CMake throws an error, if python is not available.
As both, the CMake find_package() module and wrap's shebang search for the same binary name, there shouldn't be any side-effects.