From 25b72fc4cdb716cb04d1c8542296063f129b46bd Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 15 May 2019 08:43:54 -0700 Subject: [PATCH] Move to tests not to confuse users --- CMakeLists.txt | 3 +-- {include => test}/format | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename {include => test}/format (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee0142c5..b58edf04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/include/format b/test/format similarity index 100% rename from include/format rename to test/format