CMake_jll.cmake
— Methodcmake(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
CMake_jll.cmake
— Methodcmake(; 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`)
CMake_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.