]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: Findthrift.cmake parses version string
authorCasey Bodley <cbodley@redhat.com>
Wed, 15 Oct 2025 21:06:41 +0000 (17:06 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 15 Oct 2025 21:06:43 +0000 (17:06 -0400)
commitdd868a9e535b24c2a574bbd64cc136071b62fcc3
tree31d0f0afb29a9e839d44ba91007f8518cc0e92fc
parent3d844bc092abfce870470de1a00865e751cf78f1
cmake: Findthrift.cmake parses version string

when thrift headers are found, parse the version string into a
cmake variable and pass it to find_package_handle_standard_args

this will be needed by BuildArrow.cmake for some conditional logic

Signed-off-by: Casey Bodley <cbodley@redhat.com>
cmake/modules/Findthrift.cmake