]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add dependency compression->common 44936/head
authorJames Page <james.page@ubuntu.com>
Tue, 8 Feb 2022 09:10:36 +0000 (09:10 +0000)
committerKefu Chai <tchaikov@gmail.com>
Sun, 20 Feb 2022 13:39:13 +0000 (21:39 +0800)
commit1b3bfcd4fe387709553cedb342b67fc2a358a3f9
tree210723bff5cd921df6c1b042c61d79426ab500ce
parent1e7e098d554d498ff76f5b88459f3ae97b53f8b5
cmake: add dependency compression->common

The compression code depends on headers generated during the build
of the common code for Ceph.

Ensure that CMake understands this dependency, avoiding a race
between generation of header files in common and compilation of the
compression module.

Signed-off-by: James Page <james.page@ubuntu.com>
src/compressor/CMakeLists.txt