cmake: drop gnuradio-pmt dependency in .pc file

This commit is contained in:
Dimitri Stolnikov 2013-09-20 21:37:58 +02:00
parent 970658c071
commit 154100a11f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ if(GNURADIO_RUNTIME_FOUND)
LIST(APPEND GR_OSMOSDR_PC_REQUIRES "gnuradio-runtime")
endif(GNURADIO_RUNTIME_FOUND)
if(GNURADIO_PMT_FOUND)
LIST(APPEND GR_OSMOSDR_PC_REQUIRES "gnuradio-pmt")
# LIST(APPEND GR_OSMOSDR_PC_REQUIRES "gnuradio-pmt")
endif(GNURADIO_PMT_FOUND)
if(GNURADIO_BLOCKS_FOUND)
LIST(APPEND GR_OSMOSDR_PC_REQUIRES "gnuradio-blocks")