diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_build_make.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/maintainers/vcpkg_build_make.md b/docs/maintainers/vcpkg_build_make.md index 5c7037b68..892448b40 100644 --- a/docs/maintainers/vcpkg_build_make.md +++ b/docs/maintainers/vcpkg_build_make.md @@ -25,8 +25,10 @@ IF the port supports the install target use vcpkg_install_make() instead of vcpk Specifies the Makefile as a relative path from the root of the sources passed to `vcpkg_configure_make()` ### BUILD_TARGET -The target passed to the make build command (`./make <target>`). If not specified, the 'all' target will -be passed. +The target passed to the make build command (`./make <target>`). Defaults to 'all'. + +### INSTALL_TARGET +The target passed to the make build command (`./make <target>`) if `ENABLE_INSTALL` is used. Defaults to 'install'. ### DISABLE_PARALLEL The underlying buildsystem will be instructed to not parallelize |
