Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the right python to create WRAP_MODULE_SOURCES #225

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

catap
Copy link
Contributor

@catap catap commented Nov 13, 2022

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants