mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-11 06:47:14 +02:00
cmake defaults
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
|
||||
find_package (Python 3.6 COMPONENTS Interpreter Development)
|
||||
|
||||
# Download or find pybind11 depending on configuration
|
||||
if(AARE_FETCH_PYBIND11)
|
||||
FetchContent_Declare(
|
||||
|
Reference in New Issue
Block a user