]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: link against legacy-option-headers instead of depend on it
authorKefu Chai <tchaikov@gmail.com>
Sat, 20 Apr 2024 01:43:24 +0000 (09:43 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sat, 27 Apr 2024 12:11:13 +0000 (20:11 +0800)
commitc24a6ffe20568d74f75af09bc83c636f51a2d3a2
tree878eef5f8ed6ddf564f03a1693ae55e9211f5163
parent35d08ae194a47787753eb42982ab2fe9526fb759
cmake: link against legacy-option-headers instead of depend on it

since legacy-option-headers is now an interface library, we are now
able to link against it instead of depending on it. this allows us
to populate the dependency from the target linked against
legacy-option-headers to the option headers files better.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/CMakeLists.txt
src/auth/CMakeLists.txt
src/common/CMakeLists.txt
src/compressor/CMakeLists.txt
src/crimson/admin/CMakeLists.txt
src/global/CMakeLists.txt