#version-manager #cmake #multiple #manage #platform #tool #command

build cmvm

cmvm is a simple tool that manages multiple CMake versions

7 releases

0.3.7 Aug 7, 2023
0.3.6 May 20, 2023
0.3.5 Feb 9, 2023
0.3.4 Sep 17, 2022
0.3.2 Apr 24, 2022

#67 in Build Utils

Custom license

30KB
710 lines

CMake Version Manager

ci Crates.io

cmvm is a simple tool that manages multiple CMake versions for macOS and Linux platforms.

How to install

Homebrew

brew tap iepsen/cmvm
brew install cmvm

Cargo

cargo install cmvm

Releases

Binaries are available for download on both macOS and Linux platforms since v0.3.3.

Adding cmake to the path

Once you have cmvm installed, you need to add CMake current version on your path. Use the following command to get instructions:

cmvm shell

Usage

Install a CMake version:

cmvm install 3.20.1

List available CMake versions to install:

cmvm list-remote

List CMake versions managed by cmvm installed:

cmvm list

Switch to a CMake version:

cmvm use 3.20.1

List all commands available and usage examples:

cmvm help

How to contribute

Feel free to open an issue or pull request. Also, disucssions are enabled for general questions.

Dependencies

~9–25MB
~405K SLoC