From 98067d665f4fa2053e8ee23e4d661808f6c33c24 Mon Sep 17 00:00:00 2001 From: Timofey Date: Thu, 16 Feb 2017 11:54:54 +0300 Subject: [PATCH] Removed openlr from mobile platforms. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5b880e87d..03d92c7c4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,9 +228,9 @@ add_subdirectory(search) add_subdirectory(tracking) add_subdirectory(traffic) add_subdirectory(partners_api) -add_subdirectory(openlr) if (PLATFORM_DESKTOP) + add_subdirectory(openlr) add_subdirectory(generator) endif()