mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-26 15:01:25 +01:00
python 3.10 required in cmake
This commit is contained in:
@@ -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
|
# Download or find pybind11 depending on configuration
|
||||||
if(AARE_FETCH_PYBIND11)
|
if(AARE_FETCH_PYBIND11)
|
||||||
|
|||||||
Reference in New Issue
Block a user