]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: Revert "cmake: use file(GLOB ..) to find .yaml.in files"
authorKefu Chai <kchai@redhat.com>
Fri, 23 Apr 2021 11:17:30 +0000 (19:17 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 14 May 2021 11:15:16 +0000 (19:15 +0800)
commitb6dbc21cf80dfa595e8cf2e296173bd83fc5f4bb
treecda98a29c9f81e3e54d3c828234210960a7c0848
parentdac7e2be74d8b7b2cd6acf26e460ea92350de7ef
cmake: Revert "cmake: use file(GLOB ..) to find .yaml.in files"

This reverts commit 4e58b5899e98397ea928cbde1451b0734fa0892b.

the list of .yaml.in file might change over time before we finish the
.yaml.in file split, but cmake would fail to figure out the list without
rerunning "cmake", so when a new .yaml.in file is introduced, developer
might end up with a FTBFS after pulling the change from remote repo.

so, we need to revert the file(GLOB ..) change, until all .yaml.in file
are created.

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