From 48a27043af68c7ba623764f00a8b3e4822d6fb41 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 17 Jul 2017 12:59:03 +0300 Subject: [PATCH] Review fixes. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()