Commit cb00fb9e authored by Andreas Schuh's avatar Andreas Schuh

Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call.

parent c6a9986f
......@@ -79,7 +79,6 @@ if (NOT GFLAGS_INTTYPES_FORMAT)
set_property (CACHE GFLAGS_INTTYPES_FORMAT PROPERTY VALUE C99)
elseif (HAVE_u_int32_t)
set_property (CACHE GFLAGS_INTTYPES_FORMAT PROPERTY VALUE BSD)
set (GFLAGS_INTTYPES_FORMAT BSD)
elseif (HAVE___int32)
set_property (CACHE GFLAGS_INTTYPES_FORMAT PROPERTY VALUE VC7)
else ()
......
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