]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: use RELATIVE in file(GLOB_RECURSE..) 41359/head
authorKefu Chai <kchai@redhat.com>
Mon, 17 May 2021 04:58:11 +0000 (12:58 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 17 May 2021 05:31:45 +0000 (13:31 +0800)
commit9bad5d4a4b5f6bdbfb4a92279842a3f055f5434d
tree5b47420fe57a05bc8c2b13f8d909751fdcf91372
parentedfabf17cc87ac8079b47251fe2e8e76e17f9845
cmake: use RELATIVE in file(GLOB_RECURSE..)

less repeating this way. because the consumer of the globbed file list
is add_npm_command(), which in turn calls into add_custom_command(),
and the DEPENDS specified by add_custom_command() checks for the files
using relative paths, it's safe to have this change.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/CMakeLists.txt