diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-22 07:23:52 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-21 16:23:52 -0700 |
| commit | 988b1c989797380b92ef19c651e391bac546e0dc (patch) | |
| tree | 85b46256e667b916ca77b63d9ed94b5507758897 /docs | |
| parent | b99d0734129db2416e594dcd2aa382857429cce2 (diff) | |
| download | vcpkg-988b1c989797380b92ef19c651e391bac546e0dc.tar.gz vcpkg-988b1c989797380b92ef19c651e391bac546e0dc.zip | |
support SKIP_CONFIGURE in vcpkg_configure_make. (#8647)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_configure_make.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_configure_make.md b/docs/maintainers/vcpkg_configure_make.md index 7b5ef3c48..73b46bafc 100644 --- a/docs/maintainers/vcpkg_configure_make.md +++ b/docs/maintainers/vcpkg_configure_make.md @@ -11,6 +11,7 @@ vcpkg_configure_make( [DISABLE_AUTO_DST] [GENERATOR] [NO_DEBUG] + [SKIP_CONFIGURE] [PROJECT_SUBPATH <${PROJ_SUBPATH}>] [PRERUN_SHELL <${SHELL_PATH}>] [OPTIONS <-DUSE_THIS_IN_ALL_BUILDS=1>...] @@ -32,6 +33,9 @@ Should use `GENERATOR NMake` first. ### NO_DEBUG This port doesn't support debug mode. +### SKIP_CONFIGURE +Skip configure process + ### AUTOCONFIG Need to use autoconfig to generate configure file. |
