[docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (#15419)

This commit is contained in:
Takahiro Ueda 2021-01-06 05:37:19 +09:00 committed by GitHub
parent c562883384
commit 41e5b0815f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
## Notes:
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
"install" target
## Examples

View File

@ -64,7 +64,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
## Notes:
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
"install" target
## Examples

2
scripts/cmake/vcpkg_build_make.cmake Normal file → Executable file
View File

@ -39,7 +39,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
## Notes:
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
"install" target
## Examples

2
scripts/cmake/vcpkg_build_nmake.cmake Normal file → Executable file
View File

@ -65,7 +65,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
## Notes:
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
"install" target
## Examples