mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-10 04:36:44 +00:00
Require gr-uhd only if uhd is found
This commit is contained in:
parent
1b7bc5af0c
commit
8672508e24
@ -831,6 +831,8 @@ if(NOT UHD_FOUND)
|
||||
message(STATUS " so all USRP-based front-ends will not be usable.")
|
||||
message(STATUS " Please check http://files.ettus.com/manual/")
|
||||
else(NOT UHD_FOUND)
|
||||
set(GR_REQUIRED_COMPONENTS UHD)
|
||||
find_package(Gnuradio)
|
||||
set(ENABLE_UHD ON)
|
||||
endif(NOT UHD_FOUND)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user