cmake defaults

This commit is contained in:
Erik Fröjdh
2024-10-30 08:58:42 +01:00
parent b037aebc5f
commit b37f4845cf
3 changed files with 28 additions and 33 deletions

View File

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