From fdce2f69b9d9643e2c7bc326061de5ea0d313b32 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 29 Nov 2024 11:07:05 +0100 Subject: [PATCH] python 3.10 required in cmake --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index c5d9d10..98d794f 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,5 +1,5 @@ -find_package (Python 3.10 COMPONENTS Interpreter Development) +find_package (Python 3.10 COMPONENTS Interpreter Development REQUIRED) # Download or find pybind11 depending on configuration if(AARE_FETCH_PYBIND11)