diff options
author | Kefu Chai <kchai@redhat.com> | 2018-07-28 04:36:20 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-07-29 14:25:32 +0200 |
commit | e6c7e0f521f38040c51b1115f5a9968a35fca87d (patch) | |
tree | f35830d62999cb1a01f240235b420366a358d72e /examples | |
parent | cmake: set HAVE_DPDK if it's available (diff) | |
download | ceph-e6c7e0f521f38040c51b1115f5a9968a35fca87d.tar.xz ceph-e6c7e0f521f38040c51b1115f5a9968a35fca87d.zip |
cmake: extract std::filesystem linkage checking into module
see
https://libcxx.llvm.org/docs/UsingLibcxx.html#using-libc-experimental-and-experimental,
> Note that as of libc++ 7.0 using the <experimental/filesystem>
> requires linking libc++fs instead of libc++experimental.
do not build ceph_test_admin_socket_output if we are not able to find
the library for std::experimental::filesystem . it is a workaround of
https://reviews.freebsd.org/D10840 where FreeBSD 11.2 does not ship
libc++experimental.a .
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions