]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build: Use the right experimental library 20392/head
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 9 Feb 2018 21:16:43 +0000 (16:16 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Sat, 10 Feb 2018 00:54:02 +0000 (19:54 -0500)
commitba5ce157bd06479753f44b4414247495848c23d0
tree6271f3bf210ee7e7e90983871baa3b70386c3753
parentb27e40d254f63ebe4a37de9aaf784ed5a1fdec9d
build: Use the right experimental library

Test whether we're building with libstdc++ or libc++.

Use stdc++filesystem if the former and c++experimental if the later.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
CMakeLists.txt
librarytest.sh [new file with mode: 0755]
src/test/CMakeLists.txt