From c1e3d1bf9a433379906790759fafc816b7c1e9c6 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 14 Aug 2017 13:59:35 +0200 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 344e26faa..dd63b0089 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1402,7 +1402,7 @@ if(FLEXIBAND_DRIVER) endif(FLEXIBAND_DRIVER) if(ENABLE_FLEXIBAND) - message(STATUS "CTTC's Antenna Array front-end driver will be compiled." ) + message(STATUS "The Teleorbit Flexiband front-end source will be compiled." ) message(STATUS "You can disable it with 'cmake -DENABLE_FLEXIBAND=OFF ../'" ) else(ENABLE_FLEXIBAND) message(STATUS "The (optional) Teleorbit Flexiband front-end driver adapter is not enabled." )