mirror of
https://github.com/fmtlib/fmt.git
synced 2025-03-15 16:20:59 +00:00
Fix error of unitialized variable FMT_HEADERS
This happens when using e.g. pedantic mode in cmake-init.
This commit is contained in:
parent
cb6fdf2191
commit
01a5b56f0d
@ -293,6 +293,7 @@ function(add_headers VAR)
|
||||
endfunction()
|
||||
|
||||
# Define the fmt library, its includes and the needed defines.
|
||||
set(FMT_HEADERS)
|
||||
add_headers(FMT_HEADERS args.h base.h chrono.h color.h compile.h core.h format.h
|
||||
format-inl.h os.h ostream.h printf.h ranges.h std.h
|
||||
xchar.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user