spdlog: compile with -fPIC

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-11-09 20:40:28 +01:00
parent c373be2c41
commit 5b5f9495cf
Signed by: christoph.heiss
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -45,9 +45,10 @@ jobs:
cd build
cmake -B . -S .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DSPDLOG_BUILD_EXAMPLE=OFF \
-DCPACK_OUTPUT_FILE_PREFIX=../_packages \
-DCPACK_DEBIAN_PACKAGE_RELEASE=compair1
-DCPACK_DEBIAN_PACKAGE_RELEASE=compair2
cmake --build . -- -j2
cpack -G DEB --build .