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:
authorgreshilov <slovaricheg@gmail.com>2018-01-22 20:43:26 +0300
committermgsergio <mgsergio@yandex.ru>2018-01-29 17:01:06 +0300
commit38de57a77a28a1484dc9b3e2b762a5dfe33f2890 (patch)
treeb66bb1c9af8d94861a0ed629b29b0f5ded1c6334 /CMakeLists.txt
parent2b5a6cf37f67a50096aaa1a28128d21549d05922 (diff)
[cmake] Adding c++14 support
- Fix XCode build - Remove old compile opt from skin_generator project
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11c4cad8f6..57ed00dd82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)
project(omim C CXX)
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 14)
get_filename_component(OMIM_ROOT . ABSOLUTE)