spdlog: compile with -fPIC
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
c373be2c41
commit
5b5f9495cf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/spdlog.yaml
vendored
3
.github/workflows/spdlog.yaml
vendored
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue