]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: build boost::context and coroutine only with rgw Beast frontend
authorNathan Cutler <ncutler@suse.com>
Tue, 23 May 2017 07:44:45 +0000 (09:44 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 29 May 2017 20:47:44 +0000 (22:47 +0200)
commitb22cde8e88cf2bc0ac8e94ef160553c20971012b
tree13b2c36e4707f4a9fc78a38d0af7b3d598aec35d
parent24b0e2bb9b6c27b8a1b27cafd0c9090fa754b474
cmake: build boost::context and coroutine only with rgw Beast frontend

boost::context is currently (1.63) unsupported for s390x and anyway
it makes sense to conditionalize Boost components so they are only
built with the Ceph components that need them (like is already being
done for mgr).

Fixes: http://tracker.ceph.com/issues/20048
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Signed-off-by: Tim Serong <tserong@suse.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt