From 86c916400092eeba0686abe5e97dd150828c6b8b Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 4 Mar 2018 22:08:52 +0100 Subject: Change buildsystem message on libosmocore not being found --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ad3445..db15929 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,7 +151,7 @@ if(NOT CPPUNIT_FOUND) message(FATAL_ERROR "CppUnit required to compile gr-gsm") endif() if(NOT LIBOSMOCORE_FOUND OR NOT LIBOSMOCODEC_FOUND) - message(STATUS "Compiling local version of libosmocore and libosmocodec") + message(STATUS "Compiling local version of libosmocore") elseif(NOT LIBOSMOCODING_FOUND) message(STATUS "Compiling local version of libosmocoding") endif() -- cgit v1.2.3