CMakeRunnerBase<TSettings>.

GetAlternativeToolPaths(TSettings) Method

Summary

Gets the alternative tool paths to CMake.
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Containing Type
CMakeRunnerBase<TSettings>

Syntax

protected override IEnumerable<FilePath> GetAlternativeToolPaths(TSettings settings)

Parameters

Name Type Description
settings TSettings The settings.

Return Value

Type Description
IEnumerable<FilePath> The alternative tool paths to CMake.