diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-06-16 14:13:35 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-06-16 14:13:35 -0400 |
commit | bec07463ddb722ed22bae83577ffe4c8029ff90d (patch) | |
tree | a912142b02d5a14556d1ef6fa915b52a6ff74dc0 /cmake | |
parent | f0025e49fe8008332c715ca0ace27a7d62f70d6d (diff) |
cmake: for the GnuradioConfig cmake helper function, only set the most important components as required.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/GnuradioConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GnuradioConfig.cmake b/cmake/Modules/GnuradioConfig.cmake index ffe58e5535..6410dfa22b 100644 --- a/cmake/Modules/GnuradioConfig.cmake +++ b/cmake/Modules/GnuradioConfig.cmake @@ -22,7 +22,7 @@ INCLUDE(FindPackageHandleStandardArgs) # if GR_REQUIRED_COMPONENTS is not defined, it will be set to the following list (all of them) if(NOT GR_REQUIRED_COMPONENTS) - set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG ATSC AUDIO BLOCKS CHANNELS DIGITAL FCD FEC FFT FILTER NOAA PAGER QTGUI TRELLIS UHD VOCODER WAVELET WXGUI PMT) + set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG BLOCKS DIGITAL FFT FILTER PMT) endif() set(GNURADIO_ALL_LIBRARIES "") |