CMAKE_MAKE_PROGRAM — CMake 4.0.1 Documentation (original) (raw)

Tool that can launch the native build system. The value may be the full path to an executable or just the tool name if it is expected to be in the PATH.

The tool selected depends on the CMAKE_GENERATOR used to configure the project:

The CMAKE_MAKE_PROGRAM variable is set for use by project code. The value is also used by the cmake --build andctest --build-and-test tools to launch the native build process.