Windows .sln filename changed from FORMAT to FMT

This commit is contained in:
HecticSerenity 2018-12-13 19:58:32 -08:00 committed by Victor Zverovich
parent 7f7504b3f5
commit 61ad543c3e

View File

@ -45,7 +45,7 @@ You can control generation of the make ``test`` target with the ``FMT_TEST``
CMake option. This can be useful if you include fmt as a subdirectory in
your project but don't want to add fmt's tests to your ``test`` target.
If you use Windows and have Visual Studio installed, a :file:`FORMAT.sln`
If you use Windows and have Visual Studio installed, a :file:`FMT.sln`
file and several :file:`.vcproj` files will be created. You can then build them
using Visual Studio or msbuild.