cmake: do not link crimson-alienstore against crimson-os

crimson-os contains crimson-alienstore, we should not link the latter
against the former. this change partially reverts
490b6322fb

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-12-09 19:39:19 +08:00
parent 2b969dcbcd
commit e4ed324e0b

View File

@ -56,6 +56,5 @@ target_link_libraries(crimson-alienstore
heap_profiler
${BLKID_LIBRARIES}
${UDEV_LIBRARIES}
crimson-os
crimson
blk)