projects: fix INSTALL-CMAKE.md references

Follow-up to 0f4c19b66a #12772
This commit is contained in:
Viktor Szakats 2025-01-26 15:08:58 +01:00
parent af892b5400
commit 7c198b59e4
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ You need to generate the project files before using them. Please run "generate
-help" for usage details. -help" for usage details.
To generate project files for recent versions of Visual Studio instead, use 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 Another way to build curl using Visual Studio is without project files. Refer
to README in the winbuild directory. to README in the winbuild directory.

View File

@ -304,7 +304,7 @@ rem
echo Only legacy Visual Studio project files can be generated. echo Only legacy Visual Studio project files can be generated.
echo. echo.
echo To generate recent versions of Visual Studio project files use cmake. 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.
echo -clean - Removes the project files echo -clean - Removes the project files
goto error goto error