useDefaultCmakeArgs property

bool useDefaultCmakeArgs
final

Whether to inject the builder's default CMake configure arguments.

Defaults to true, which preserves the normal platform-aware behavior: generator, architecture, toolchain, build type, runtime linkage, BUILD_SHARED_LIBS, and (when enabled) compile-command export arguments are generated by the builder.

Set to false when the project's CMakeLists.txt or an explicitly supplied extraDefines list owns all configure-time decisions. The required -S / -B arguments and the separate cmake --build step are still used. extraDefines and the platform config's extraDefines are still passed through.

Implementation

final bool useDefaultCmakeArgs;