mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 21:15:05 +00:00
Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call.
This commit is contained in:
parent
c6a9986fa0
commit
cb00fb9ec7
1 changed files with 0 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue