mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
request: concerning building and installing brunsli with google-test (gtest) #517
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 @Corin-EU on GitHub (Aug 29, 2024).
This behavior is with brunsli latest source code r.cbbc39a
The CMake procedure should do a test to see if google-test is already installed on the system and is at least the minimum version required and use that instead of the source in contrib/gtest.
At the very least (if the above is too onerous) there should be a CMake flag ENABLE_SYSTEM_GTEST to allow the system installed version to be used instead of the version contained in contrib/gtest.
And most importantly, the install procedure should not attempt to install the google-test component if the google-test is already installed on the system otherwise the following will occur for those who manage "local" installed software with stow
Thank you!
SORRY this should have been posted in "brunsli" not "brotli".
@Corin-EU commented on GitHub (Aug 29, 2024):
Filed under wrong project.