-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update CMakeLists.txt to accomodate the needs of the community #22
Comments
axxel
changed the title
update CMakeLists.txt to accomodate the needs of the comminty
update CMakeLists.txt to accomodate the needs of the community
May 26, 2022
Sure could you explain to me exactly what this is
…On Thu, May 26, 2022, 3:26 AM axxel ***@***.***> wrote:
I am interested in using this project inside zxing-cpp (see
zxing-cpp/zxing-cpp#336 <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
<https://github.com/google/compact_enc_det/network> 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)?
—
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASM7LQJIHAUKY6VTQ7MQPDVL5GTXANCNFSM5XAX3F2Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Is there anything else I can do to help move this forward? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 waygtest
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
gtest
infrastructure (preferably by default)autogen.sh
The text was updated successfully, but these errors were encountered: