Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

CMakeBuildParams

The CMakeBuild parameter type.

Record Fields

Record FieldDescription
AdditionalArgs
Signature: string

A character string containing additional arguments to give to CMake.

BinaryDirectory
Signature: string

The binary build directory where CMake will generate the files.

Config
Signature: string

The build configuration to use (e.g. Release). Equivalent to the --config <cfg> option. Not supported by every generator.

Target
Signature: string

The CMake target to build instead of the default one. Equivalent to the --target <target> option.

Timeout
Signature: TimeSpan

The CMake execution timeout.

ToolPath
Signature: string

The location of the CMake executable. Automatically found if null or empty.