slsdetectorgroup / aare

Data analysis library for PSI hybrid detectors
Other
0 stars 0 forks source link

options for using the system libraries instead of fetch content #34

Closed erikfrojdh closed 6 months ago

erikfrojdh commented 6 months ago

Added options to use system libraries for:

Default option is to get them using FetchContent but this can be disabled either per dependency

cmake .. -DAARE_FETCH_JSON=OFF

or for all:

cmake .. -DAARE_SYSTEM_LIBRARIES=ON