fixup: Keep CMake coding style with whitespace after command name

This commit is contained in:
Andreas Schuh 2018-12-05 10:32:54 +00:00 committed by GitHub
parent 9c0aeb91c8
commit c810b4741b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}")