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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-01-19 15:08:47 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2018-01-19 15:10:55 +0300
commit945a878c54377d108075ae09376993227b3c315b (patch)
tree729d2a10c0e707255eb111767db64621cfbe1a34 /CMakeLists.txt
parent9615f8f4002628b5acc5ba97dd3791bb8ef516ab (diff)
Review fixes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 386606cc07..f34935c522 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -372,6 +372,8 @@ if (PLATFORM_DESKTOP)
add_subdirectory(3party/libtess2)
endif()
+# Only options related to warnings should be placed here.
+# Other options should be set before all add_subdirectory calls.
add_compile_options(
"-Wall"
)