airspy / airspyhf

Code repository for AirspyHF+
BSD 3-Clause "New" or "Revised" License
147 stars 40 forks source link

Building under MINGW depends on non-existent airspyhf.rc #16

Closed w5pny closed 6 years ago

w5pny commented 6 years ago

With the latest update, I notice that I still have to delete the reference to MINGW in airpsyhf/src/CMakeLists.txt because all it does is try to build the resource file and the dependency win32/airpsyhf.rc is NOT part of the distribution, so it always fails. When I inquired about this long ago, I was told the resource file was not needed and just delete the reference in CMakeLists.txt. It would be nice if that was fixed in the distribution so that those of us building under MINGW don't always have to delete the reference from CMakeLists.txt when changes affect that CMakeLists.txt from you folks.