Commit 10054852 authored by Andreas Schuh's avatar Andreas Schuh

fixup: Keep CMake coding style with whitespace after command name

parent be652956
......@@ -66,7 +66,7 @@ macro (gflags_define type varname docstring default)
endif ()
if (NOT DEFINED GFLAGS_${varname})
if (DEFINED ${varname})
set(GFLAGS_${varname} "${${varname}}")
set (GFLAGS_${varname} "${${varname}}")
else ()
if (GFLAGS_IS_SUBPROJECT AND "${ARGC}" EQUAL 5)
set (GFLAGS_${varname} "${ARGV4}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment