Skip to content

🔧 Use conan_provider for running conan #1518

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AnotherFoxGuy
Copy link
Contributor

This automatically copies the cmake build settings over to a temporary conan profile and invokes conan install, so no need to run conan manually anymore

@JulianGro
Copy link
Member

Please ping me when this is ready for review and testing.

@AnotherFoxGuy AnotherFoxGuy changed the base branch from conan to master May 17, 2025 16:32
@JulianGro
Copy link
Member

You asked me to take a look at libnode not building: It appears as if it isn't building with C++17 or higher. It requires at least C++17 to build, but I believe it should just throw an error if the wrong C++ standard is used. No idea why it isn't throwing that warning.
I assume you can just override the C++ standard version for libnode, same as we have done for webrtc-audio-processing here:

webrtc-audio-processing*:compiler.cppstd=20

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

Successfully merging this pull request may close these issues.

2 participants