]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build/ops: cmake: do not guard certain tools with WITH_TESTS
authorNathan Cutler <ncutler@suse.com>
Fri, 24 Nov 2017 07:51:38 +0000 (08:51 +0100)
committerNathan Cutler <ncutler@suse.com>
Wed, 24 Jan 2018 22:20:57 +0000 (23:20 +0100)
commite020ec334309de7c0a46058e7c7fcbb0ef44d5b8
tree7ebed4fda7f29597f3986da002f5638c08a9257c
parentd048cb2cd8bd5d393efe97fad9ca994feba76172
build/ops: cmake: do not guard certain tools with WITH_TESTS

As a follow-up to d7b493a7108a68302bc0f48337bf3c253a720266 we need to stop guarding

    ceph-osdomap-tool
    ceph-monstore-tool

with WITH_TESTS because they have been moved out of the ceph-test package.

(N.B. ceph-kvstore-tool was also moved out of ceph-test, but apparently never
had the guard.)

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/tools/CMakeLists.txt