Move <format> to tests not to confuse users

This commit is contained in:
Victor Zverovich 2019-05-15 08:43:54 -07:00
parent d179ec5f8b
commit 25b72fc4cd
2 changed files with 1 additions and 2 deletions

View File

@ -151,8 +151,7 @@ if (HAVE_OPEN)
set(FMT_SOURCES ${FMT_SOURCES} src/posix.cc)
endif ()
add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} include/format README.rst
ChangeLog.rst)
add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} README.rst ChangeLog.rst)
add_library(fmt::fmt ALIAS fmt)
if (FMT_WERROR)