wrap icon indicating copy to clipboard operation
wrap copied to clipboard

Make python a required dependency

Open alehaa opened this issue 5 years ago • 0 comments

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.

alehaa avatar Oct 14 '20 10:10 alehaa