]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: ensure fmt lib is atleast 8.1.1 52970/head
authorAbhishek Lekshmanan <abhishek.lekshmanan@cern.ch>
Wed, 26 Jul 2023 08:24:34 +0000 (10:24 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 14 Aug 2023 09:57:20 +0000 (11:57 +0200)
commitb34a36be0654d96fb8c585b8f4b8349b0853768a
tree7c139e2e3eec56125ec407d0ee3fcefc32221bd6
parente95db2b75547525d067a89a5d34979249d3fa7b5
cmake: ensure fmt lib is atleast 8.1.1

Since we depend on newer api features like `group_digits` ensure that the system
version of fmt we use is at least as new as the submodules we bring.

Signed-off-by: Abhishek Lekshmanan <abhishek.l@cern.ch>
(cherry picked from commit eead42d4b1ec1bc1d7d2267b3ce97b8f34a7fb9b)
src/CMakeLists.txt