Skip to content
Snippets Groups Projects
Unverified Commit c810b474 authored by Andreas Schuh's avatar Andreas Schuh Committed by GitHub
Browse files

fixup: Keep CMake coding style with whitespace after command name

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