From 44ff52590475f7d340600c26b280af188bce74c1 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sun, 14 Apr 2013 11:27:14 +0200 Subject: [PATCH] iqbal: fix c&p mistake in lib/CMakeLists.txt --- lib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 741d926..2f4767f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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