Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-06-21 19:43:24 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-06-22 17:36:17 +0300
commit262b15bd42871775f49325e0f8959c49489ef62d (patch)
treeb6a423313a3e366397ca86685599c96f0c4ec8ee /CMakeLists.txt
parentb8c9a8a0201005d3d4962900defdbf053e3143ba (diff)
Moved ugc migration files option to ugc_tests CMakeList.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a18201471..b697ce263e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,7 +64,6 @@ option(USE_TSAN "Enable Thread Sanitizer" OFF)
option(PYBINDINGS "Create makefiles for building python bindings" OFF)
option(SKIP_DESKTOP "Skip building of desktop application" OFF)
option(BUILD_MAPSHOT "Build mapshot tool" OFF)
-option(UGC_MIGRATION "Build migration file for ugc" OFF)
option(USE_PCH "Use precompiled headers" OFF)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")