cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

MacOS M1 (Venture) build warning fixes #987

Open oxoocoffee opened 1 year ago

oxoocoffee commented 1 year ago

Changed x64 to arm64 output architecture for Mac M1 Fixed few "warning: missing field __opaque initializer" warnings Updated CMakeList.txt from 2.8 to 3.0 minimal to suppress CMake warning Changed LIQUID to Liquid CMake package detection

https://github.com/cjcliffe/CubicSDR/issues/986