]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: do not include $lrc_srcs in unittest_erasure_code_lrc
authorKefu Chai <kchai@redhat.com>
Wed, 20 Jul 2016 08:01:53 +0000 (16:01 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 20 Jul 2016 08:01:55 +0000 (16:01 +0800)
commit21a852fd6531cc28dac652f185f4b51e65cb31d0
treeebbbc8d4ecefe25999088ccb438def97aefce4ac
parent1df15fd83334dabcc7da56cf7ca298d6fda688e7
cmake: do not include $lrc_srcs in unittest_erasure_code_lrc

as ${lrc_srcs} is not defined in the scope where
unittest_erasure_code_lrc is added as a target. and instead we link
unittest_erasure_code_lrc against ec_lrc dynamic library. so we can
safely remove ${lrc_srcs} from unittest_erasure_code_lrc.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/erasure-code/CMakeLists.txt