iqbal: fix c&p mistake in lib/CMakeLists.txt

This commit is contained in:
Dimitri Stolnikov 2013-04-14 11:27:14 +02:00
parent 448206b2d2
commit 44ff525904
1 changed files with 2 additions and 2 deletions

View File

@ -52,11 +52,11 @@ GR_OSMOSDR_APPEND_LIBS(
# Setup IQBalance component
########################################################################
GR_REGISTER_COMPONENT("Osmocom IQ Imbalance Correction" ENABLE_IQBALANCE GNURADIO_IQBALANCE_FOUND)
if(ENABLE_OSMOSDR)
if(ENABLE_IQBALANCE)
add_definitions(-DHAVE_IQBALANCE=1)
include_directories(${GNURADIO_IQBALANCE_INCLUDE_DIRS})
GR_OSMOSDR_APPEND_LIBS(${GNURADIO_IQBALANCE_LIBRARIES})
endif(ENABLE_OSMOSDR)
endif(ENABLE_IQBALANCE)
########################################################################
# Setup OsmoSDR component