You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
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
FetchContentmechanism. This is currently not possible due to the waygtestis 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
gtestinfrastructure (preferably by default)autogen.sh