]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build: avoid Windows linking issues
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 7 Mar 2022 08:20:03 +0000 (08:20 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 7 Mar 2022 08:31:14 +0000 (08:31 +0000)
commitc11455fb4f28941f71ec0bf3fd9f293dc5d5c0cb
tree1dca2fa2324a7bbc579614c945a714d2aa3ff1ac
parent8b7432b9e914c47bbce74bf999e4c7aef57561e2
build: avoid Windows linking issues

A recent commit [1] changed the way in which libceph-common is built.
Previously, it was always built statically but now it uses the
"CEPH_SHARED" flag.

Static Windows builds are now failing. For now, we'll just revert the
previous behavior and always build libceph-common dinamically on
Windows.

[1] 22fefb2338cfc4fcb03ece3cbf77aa964a7f17f2

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/CMakeLists.txt