Configure configure for Debug and Release builds of a project.
vcpkg_configure_make(
SOURCE_PATH <${SOURCE_PATH}>
[AUTOCONFIG]
[DISABLE_AUTO_HOST]
[DISABLE_AUTO_DST]
[GENERATOR]
[NO_DEBUG]
[SKIP_CONFIGURE]
[PROJECT_SUBPATH <${PROJ_SUBPATH}>]
[PRERUN_SHELL <${SHELL_PATH}>]
[OPTIONS <-DUSE_THIS_IN_ALL_BUILDS=1>...]
[OPTIONS_RELEASE <-DOPTIMIZE=1>...]
[OPTIONS_DEBUG <-DDEBUGGABLE=1>...]
)
Specifies the directory containing the configure
/configure.ac
.
By convention, this is usually set in the portfile as the variable SOURCE_PATH
.
Specifies the directory containing the ``configure/
configure.ac`.
By convention, this is usually set in the portfile as the variable `SOURCE_PATH`.
Should use `GENERATOR NMake` first.
This port doesn't support debug mode.
Skip configure process
Need to use autoconfig to generate configure file.
Don't set host automatically, the default value is i686
.
If use this option, you will need to set host manually.
Don't set installation path automatically, the default value is ${CURRENT_PACKAGES_DIR}
and ${CURRENT_PACKAGES_DIR}/debug
If use this option, you will need to set dst path manually.
Specifies the precise generator to use. NMake: nmake(windows) make(unix) MAKE: make(windows) make(unix)
Script that needs to be called before configuration
Additional options passed to configure during the configuration.
Additional options passed to configure during the Release configuration. These are in addition to OPTIONS
.
Additional options passed to configure during the Debug configuration. These are in addition to OPTIONS
.
This command supplies many common arguments to configure. To see the full list, examine the source.