python 3.10 required in cmake

This commit is contained in:
maliakal_d 2024-11-29 11:07:05 +01:00
parent 31b834c3fd
commit fdce2f69b9

View File

@ -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)