Skip to content

Commit

Permalink
Merge pull request #10394 from tchaikov/wip-16772
Browse files Browse the repository at this point in the history
cmake: disable unittest_async_compressor

Reviewed-by: Haomai Wang <haomai@xsky.com>
  • Loading branch information
yuyuyu101 committed Jul 22, 2016
2 parents 95b46c9 + 1e8388c commit 4e7946c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ target_link_libraries(unittest_bit_vector global)
add_executable(unittest_async_compressor
test_async_compressor.cc
)
add_ceph_unittest(unittest_async_compressor ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest_async_compressor)
target_link_libraries(unittest_async_compressor global)
add_dependencies(unittest_async_compressor ceph_snappy)

Expand Down

0 comments on commit 4e7946c

Please sign in to comment.