CMake_jll.cmakeMethod
cmake(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of cmake.

Example

cmake() do exe
    run(`$exe $arguments`)
end
Julia 1.3
CMake_jll.cmakeMethod
cmake(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of cmake. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(cmake()) $arguments`)
Julia 1.6
CMake_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.