Started work for older system support

This commit is contained in:
Ryzerth
2021-08-16 18:49:00 +02:00
parent dcc17cdee7
commit 9f0e050d1b
7 changed files with 6121 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ else()
set(CMAKE_INSTALL_PREFIX "/usr")
endif()
# Compatibility Options
option(OPT_OVERRIDE_STD_FILESYSTEM "Use a local version of std::filesystem on systems that don't have it yet" OFF)
# Sources
option(OPT_BUILD_AIRSPY_SOURCE "Build Airspy Source Module (Depedencies: libairspy)" ON)
option(OPT_BUILD_AIRSPYHF_SOURCE "Build Airspy HF+ Source Module (Depedencies: libairspyhf)" ON)