Skip to content

Commit

Permalink
Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
sv1990 authored and foonathan committed May 14, 2018
1 parent e3f7f3a commit a68fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a68fd44

Please sign in to comment.