From 43dafc5bf2dfd7521300cb0211f2799bdae88d33 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 19 Mar 2018 00:21:33 +0100 Subject: [PATCH] cmake: fixed gcc warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f27f00d59..7ec5df2b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -441,7 +441,7 @@ if (WIN32) ) endif (WIN32) -add_compile_options ($<$:-Wno-unnamed-type-template-args>) +add_compile_options ($<$,$>>:-Wno-unnamed-type-template-args>) add_library (glog ${GLOG_SRCS}