Page MenuHomePhabricator

[cmake] Remove redundant find_package(Python)
ClosedPublic

Authored by Fabien on Mon, Oct 21, 16:09.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC989ecb89d1bc: [cmake] Remove redundant find_package(Python)
Summary

These calls are no-op because the FindPython for the interpreter is already called in the main CMakeLists.txt (and the variable is cached). Also these calls don't make it mandatory nor enforce a minimum version which is confusing.

Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Mon, Oct 21, 16:09
Fabien updated this revision to Diff 50244.

Python3_EXECUTABLE => Python_EXECUTABLE

This revision is now accepted and ready to land.Mon, Oct 21, 19:11