From e4da417f8ddb7c0f17637df8751a482102cc62dd Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 2 May 2021 23:20:47 +0200 Subject: Remove local copy of associated osmo libraries Change-Id: I2b4afedd9f2d568b5287d791891b2c2893fc6843 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2231bc3..a03ca94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,14 +129,10 @@ find_package(Doxygen) ######################################################################## # Find osmocom build dependencies ######################################################################## -option(LOCAL_OSMOCOM "Build with local osmocom libraries" OFF) find_package(Libosmocore) find_package(Libosmocodec) find_package(Libosmocoding) find_package(Libosmogsm) -if(NOT LIBOSMOCORE_FOUND OR NOT LIBOSMOCODEC_FOUND OR NOT LIBOSMOGSM_FOUND) - set(LOCAL_OSMOCOM ON) -endif() ######################################################################## # Setup doxygen option -- cgit v1.2.3