flagarde / cmake-micromamba

Install dependencies using micromamba directly from a CMake script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-micromamba

🚨🚨🚨 WIP WIP WIP 🚨🚨🚨

Create mamba environments directly in your CMake.

The scripts here are meant to check if micromamba is available on the system. If not, it will be downloaded.

Then, micromamba is used to install the dependencies.

About

Install dependencies using micromamba directly from a CMake script

License:MIT License


Languages

Language:CMake 99.4%Language:C++ 0.6%