Skip to content

Commit

Permalink
cmake: fixed gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Mar 18, 2018
1 parent a97d6b0 commit 43dafc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ if (WIN32)
)
endif (WIN32)

add_compile_options ($<$<BOOL:${HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS}>:-Wno-unnamed-type-template-args>)
add_compile_options ($<$<AND:$<BOOL:${HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS}>,$<NOT:$<CXX_COMPILER_ID:GNU>>>:-Wno-unnamed-type-template-args>)

add_library (glog
${GLOG_SRCS}
Expand Down

0 comments on commit 43dafc5

Please sign in to comment.