]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: use file(GLOB ..) to find .yaml.in files
authorKefu Chai <kchai@redhat.com>
Wed, 21 Apr 2021 05:28:52 +0000 (13:28 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 21 Apr 2021 05:34:35 +0000 (13:34 +0800)
commit4e58b5899e98397ea928cbde1451b0734fa0892b
tree77168e3ccc5d66c9a4aeafe435fded483a352844
parentaa50d14b6162dc28604ca8ed2cc73a198330ca70
cmake: use file(GLOB ..) to find .yaml.in files

instead of hardcode the option file names, use file(GLOB ..) to find
and collect them instead, for better maintainability.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/options/CMakeLists.txt