From c608277bcf9cbea805b427c6c9446cbea7cbe84b Mon Sep 17 00:00:00 2001 From: Bradley Clemetson Date: Sat, 11 Dec 2021 15:32:49 -0800 Subject: [PATCH] Require at least python 3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0519caec..d2ecf69b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ else() endif() # Generate source from the bindings file -find_package(PythonInterp REQUIRED) +find_package(PythonInterp 3 REQUIRED) if(GENERATE_TEMPLATE_GET_NODE) set(GENERATE_BINDING_PARAMETERS "True") else()