Add ranges.h to FMT_HEADERS in CMakeLists.txt

This commit is contained in:
sv1990 2018-05-14 12:34:19 +02:00 committed by GitHub
parent e3f7f3a2e9
commit 16d179d458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS core.h format.h format-inl.h locale.h ostream.h printf.h
time.h)
time.h ranges.h)
set(FMT_SOURCES src/format.cc)
if (HAVE_OPEN)
add_headers(FMT_HEADERS posix.h)