From c5c788bfa1984071d5721d378b838d029fc7b680 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 8 May 2020 10:39:30 +0200 Subject: papi: use python3 for papi install Breaks on Ubuntu 20.04 otherwise. Type: fix Signed-off-by: Ole Troan Change-Id: I407215a03948d6e49152ee97099539bb625c12ef --- src/vpp-api/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpp-api/python/CMakeLists.txt b/src/vpp-api/python/CMakeLists.txt index a81a6f66f63..910df6bfd6b 100644 --- a/src/vpp-api/python/CMakeLists.txt +++ b/src/vpp-api/python/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -find_package(PythonInterp 2.7) +find_package(Python3 COMPONENTS Interpreter) if(PYTHONINTERP_FOUND) install( -- cgit 1.2.3-korg