robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
850 stars 191 forks source link

CMake: Change project name from gr-osmosdr to smartnet-recorder #13

Closed jynik closed 8 years ago

jynik commented 9 years ago

The project CMakeLists.txt contains:

project(gr-osmosdr CXX C)

This admittedly threw me for a bit of a loop when I got an error message that gr-osmosdr couldn't be build due some missing deps. Changing that to smartnet-recorder is probably a good idea. :)

robotastic commented 9 years ago

Good call! I will make the update. I clearly borrowed the code