From f51e2a5756744d987b09249ac7f43446fdfb4df0 Mon Sep 17 00:00:00 2001 From: HecticSerenity Date: Thu, 13 Dec 2018 19:58:32 -0800 Subject: [PATCH] Windows .sln filename changed from FORMAT to FMT --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index e8894cfcef9d..2b9777c6c226 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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.