Page MenuHomePhabricator

[CMAKE] Use the new FindPython module
ClosedPublic

Authored by Fabien on Feb 13 2020, 13:23.

Details

Summary

The FindPythonInterp is replaced by FindPython since cmake 3.12.
This also solves a conflict with some pyenv installed versions (thanks @markblundeberg for reporting the issue !).

Test Plan
ninja all bitcoin-bench check check-security check-functional

Run the OSX Gitian build.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks! I'm going to give this a whirl... (I was the one having pyenv issues 😊 )

All good!

(TIL about check-security)

This revision is now accepted and ready to land.Feb 13 2020, 13:51
This revision was automatically updated to reflect the committed changes.