]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
projects: fix `INSTALL-CMAKE.md` references
authorViktor Szakats <commit@vsz.me>
Sun, 26 Jan 2025 14:08:58 +0000 (15:08 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 26 Jan 2025 14:09:16 +0000 (15:09 +0100)
Follow-up to 0f4c19b66ad5c646ebc3c4268a0f3ad9c15bf57c #12772

projects/README.md
projects/generate.bat

index d4195645e02debeec4452f682b2c77728be636b7..e587249dbb84061d087fef872fe3d0b4acd70770 100644 (file)
@@ -14,7 +14,7 @@ You need to generate the project files before using them. Please run "generate
 -help" for usage details.
 
 To generate project files for recent versions of Visual Studio instead, use
-cmake. Refer to INSTALL-CMAKE in the docs directory.
+cmake. Refer to INSTALL-CMAKE.md in the docs directory.
 
 Another way to build curl using Visual Studio is without project files. Refer
 to README in the winbuild directory.
index de9b230c1d94069644d7dd871156dbc6f91d3271..29cad3f9609759c96a7749a5aeb6882772ef9ae0 100644 (file)
@@ -304,7 +304,7 @@ rem
   echo Only legacy Visual Studio project files can be generated.
   echo.
   echo To generate recent versions of Visual Studio project files use cmake.
-  echo Refer to INSTALL-CMAKE in the docs directory.
+  echo Refer to INSTALL-CMAKE.md in the docs directory.
   echo.
   echo -clean    - Removes the project files
   goto error