mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
Version header is not exported #413
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tawmoto on GitHub (Feb 17, 2022).
Hi,
I am using Brotli as a static library, which I store it on Artifactory. When I download it from Artifactory via CMake, I need to find its version, but it seems that I cannot, because the version header is not exported. The only exported headers are
decode.h, encode.h, types.h and port.hhttps://github.com/google/brotli/blob/master/c/common/version.h#L17
Is there any way to read the version from the "package" via CMake?
Thanks
@znzjugod commented on GitHub (Aug 26, 2022):
try to add version.h in brotli/c/include/brotli
@eustas commented on GitHub (Jan 6, 2023):
Dupe of #773