Merge pull request #1851 from Klaim/patch-1

Add build2 package support
This commit is contained in:
Gabi Melman
2021-03-02 22:37:43 +02:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ $ cmake .. && make -j
* vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`
* build2: [package `spdlog`](https://cppget.org/spdlog), target `spdlog%lib{spdlog}`
## Features