Change buildsystem message on libosmocore not being found
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ad3445..db15929 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@
     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()