Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the right python to create
WRAP_MODULE_SOURCES
Some system hasn't got python2 anymore, and ships only with python3. This mean that `python` command is unavailable. This trivial patch started to use `find_package` to detect the real python binary which should be used.
- Loading branch information