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

conan_provider.cmake: update and add support for auto-downloading of Conan client #58

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

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 16, 2024

Updates conan_provider.cmake to the latest official version and adds the unmerged changes from this PR: conan-io/cmake-conan#651

After these changes, the Conan client is downloaded automatically if it is not found on the system or if its version is too old:

-- CMake-Conan: Downloading Conan 2.5.0 from https://github.com/conan-io/conan/releases/download/2.5.0/conan-2.5.0-linux-x86_64.tgz
-- CMake-Conan: Setting CONAN_HOME to '/home/runner/work/novatel_edie/novatel_edie/build/conan_home'
-- CMake-Conan: first find_package() found. Installing dependencies with Conan
-- CMake-Conan: Checking if a default profile exists
...

After these changes you should only need a compiler toolchain and CMake as a prerequisite to build novatel_edie.

@valgur valgur force-pushed the feature/conan-auto-download branch from c26bfe7 to 1f8e799 Compare July 16, 2024 10:11
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.

1 participant