compiler property

String? compiler
final

Path to the C++ compiler executable.

Example: /opt/homebrew/opt/llvm/bin/clang++ for a Homebrew LLVM.

When null (default), the system AppleClang is used.

Passed as -DCMAKE_CXX_COMPILER=<path>.

Implementation

final String? compiler;