Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Update Orbit to Conan 2 #4882

Closed
wants to merge 8 commits into from

Conversation

pierricgimmig
Copy link
Collaborator

@pierricgimmig pierricgimmig commented Dec 31, 2024

Update our dependencies to Conan 2. See https://github.com/pierricgimmig/orbit_deps for minimal dependencies test project.

Compiles on Windows and Linux, application not tested yet.

To compile on Windows:

conan install . --build="abseil/*" --build="protobuf/*" --build="grpc/*" --build=missing
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=build/generators/conan_toolchain.cmake ..
cmake --build . --config Release

To compile on Linux:

conan install . --build=missing
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=build/generators/conan_toolchain.cmake ..
cmake --build . --config Release

@pierricgimmig pierricgimmig mentioned this pull request Dec 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant