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>2017-07-17 12:59:03 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-07-21 12:56:16 +0300
commit48a27043af68c7ba623764f00a8b3e4822d6fb41 (patch)
tree3a02b1c2f6d52fcf0f6583cbe1d409f3df8a38ae /CMakeLists.txt
parent3915037e6abd588c23458fd42f9f731ac0cfd3ef (diff)
Review fixes.
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 0923884ad3..6944cab6d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -264,7 +264,7 @@ endfunction()
function(add_clang_compile_options)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
- add_compile_options(${ARGN})
+ add_compile_options(${ARGV})
endif()
endfunction()