Skip to content

srivathsanmurali/asdf-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asdf-cmake Build Status

CMake plugin for asdf version manager

Usage

Install

The plugin can be install using the following command.

asdf plugin-add cmake https://github.com/srivathsanmurali/asdf-cmake.git
asdf install cmake <version>

cmake-gui

If you have Qt installed on your machine you can get the cmake-gui program built by providing the path to the Qt binary directory in the QTBINDIR environment variable when invoking asdf install cmake.

For instance, on a Mac with Qt installed using brew that would be :

QTBINDIR=/usr/local/opt/qt/bin asdf install cmake <version>

.tool-versions file

You can specify the version to install with a line like so in your .tool-versions file: cmake

Using the CLI

You can then set the local/global version to your new version with asdf local cmake <version> or asdf global cmake <version>.

Use

Check asdf readme for instructions on how to install & manage versions of CMake.

About

A simple asdf plugin for cmake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages