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 --- lib/decoding/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/decoding') diff --git a/lib/decoding/CMakeLists.txt b/lib/decoding/CMakeLists.txt index bb5ddde..c9fc744 100644 --- a/lib/decoding/CMakeLists.txt +++ b/lib/decoding/CMakeLists.txt @@ -18,12 +18,11 @@ # Boston, MA 02110-1301, USA. if(NOT LIBOSMOCORE_FOUND OR NOT LIBOSMOCODEC_FOUND) - message(STATUS "Libosmocore installation not found - compiling local version") add_subdirectory(osmocom/core) add_subdirectory(osmocom/codec) add_subdirectory(osmocom/gsm) + add_subdirectory(osmocom/coding) elseif(NOT LIBOSMOCODING_FOUND) - message(STATUS "Libosmocore found but libosmocoding is missing - compiling local version") add_subdirectory(osmocom/coding) endif() -- cgit v1.2.3