From 118be7130a737f2a233d8896f950f4981ea61073 Mon Sep 17 00:00:00 2001 From: Delio Vicini Date: Wed, 25 Dec 2024 14:42:42 +0100 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44f9866..a95abad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() include(ext/cmake-defaults/CMakeLists.txt) -find_package(Python 3.8 +find_package(Python REQUIRED COMPONENTS Interpreter Development.Module OPTIONAL_COMPONENTS Development.SABIModule)