2.1.0
-
Project layout and build system improvements (#267):
- The code have been moved to the
cppformatdirectory. Includingformat.hfrom the top-level directory is deprecated but works via a proxy header which will be removed in the next major version. - C++ Format CMake targets now have proper interface definitions.
- Installed version of the library now supports the header-only configuration.
- Targets
doc,install, andtestare now disabled if C++ Format is included as a CMake subproject. They can be enabled by settingFMT_DOC,FMT_INSTALL, andFMT_TESTin the parent project.
Thanks to @niosHD.
- The code have been moved to the