I am interested in using this project inside zxing-cpp (see zxing-cpp/zxing-cpp#336). I'd very much like to incorporate it via cmake's FetchContent mechanism. This is currently not possible due to the way gtest is setup. A quick look at the network graph revealed that quite a few people felt the need to disable that as well.
Is there any chance that the CMakeLists.txt could be updated with
- the option of disabling the
gtest infrastructure (preferably by default)
- making sure it builds with cmake without the platform specific shell script
autogen.sh
- an update of the required minimum cmake version to something more adequately representing the current landscape (fixing deprecation warnings)?