mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
spdlog : added ninja backend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# description : Very fast, header-only/compiled, C++ logging library.
|
||||
# homepage : https://github.com/gabime/spdlog
|
||||
# depends : cmake
|
||||
# depends : cmake ninja
|
||||
|
||||
name=spdlog
|
||||
version=1.11.0
|
||||
@@ -8,7 +8,7 @@ release=1
|
||||
source="https://github.com/gabime/spdlog/archive/v$version/$name-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cmake -S $name-$version -B build \
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
||||
|
||||
Reference in New Issue
Block a user