From 1a5bdb8ed314c036f9038024e48aa0da2de0a974 Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Sun, 31 Mar 2024 23:07:22 +0200 Subject: [PATCH] update python --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 381558b8..cd0c404a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.3...3.26) project(ants LANGUAGES CXX) # Try to import all Python components potentially needed by nanobind -find_package(Python +find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development.Module OPTIONAL_COMPONENTS Development.SABIModule)