Skip to content
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

error: 'value' is unavailable: introduced in macOS 10.13 #30

Open
jakemumu opened this issue Feb 7, 2024 · 2 comments
Open

error: 'value' is unavailable: introduced in macOS 10.13 #30

jakemumu opened this issue Feb 7, 2024 · 2 comments

Comments

@jakemumu
Copy link

jakemumu commented Feb 7, 2024

Hey @sudara

I've got perfetto integrated into a CMake project which supports back to 10.9

Seems in the newest update value was added which blocks support prior to 10.13, was this an intentional change?

Any suggestions on supporting 10.9 on production deploys but 10.13 while using this package?

Thanks!

Jake

@jakemumu
Copy link
Author

jakemumu commented Feb 7, 2024

For now I've pointed back to the prior version like this:

FetchContent_Declare(melatonin_perfetto
        GIT_REPOSITORY https://github.com/sudara/melatonin_perfetto.git
        GIT_TAG 9522ca4d0a3866b92d952404efe7dac19ffcae33)

@sudara
Copy link
Owner

sudara commented Feb 8, 2024

Do you have a full backtrace? Just wondering if the issue is coming from the updated google dependency…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants