Commit 39b52772 authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

dont use cmake 3.10 .deb, it reserves Python3::Interpreter

Summary:
cmake 3.10 on ubuntu 18.04 reserves the Python3::Interpreter target so that the FBPythonBinary.cmake rules can't definite it when missing

This breaks builds using the Python3::Interpreter rule, notably the python-six manifest which in turn is used by fbthrift

The fix is to use the getdeps manifest cmake manifest instead on .deb platforms.  Once CI is on ubuntu 20.04 everywhere we could revisit

Reviewed By: Croohand

Differential Revision: D32693523

fbshipit-source-id: 8521d904fba588941ab1efd0148f9d24a350e849
parent 5783b9ab
......@@ -4,9 +4,6 @@ name = cmake
[rpms]
cmake
[debs]
cmake
[dependencies]
ninja
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment