Missing support for adding a conan-remote inside CMake
See original GitHub issueHi,
I am currently figuring out how to do this with
execute_process(
COMMAND "conan remote add ...)
but it would be nice to have a specific function inside the conan.cmake as well.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Getting Started — conan 1.55.0 documentation
You can build the binary package from sources using conan install .. --build=missing, it will succeed if your configuration is supported by the...
Read more >Linking Boost when using cmake-conan - c++ - Stack Overflow
The solution to have a successful build was to change the default generator from Ninja to CMake, that is replacing GENERATORS ...
Read more >find_package — CMake 3.25.1 Documentation
They typically search for certain libraries, files and other package artifacts. Module mode is only supported by the basic command signature. Config mode....
Read more >Using Conan for Qt6 - Qt Wiki
CMake (>= 3.16, >= 3.18.4 for Ninja Multi-Config, >= 3.21.1 for static Qt builds in Qt 6.2+) · Ninja · A working C++...
Read more >Conan and resolving dependencies in a C++ project
txt and sometimes even include a number of tests. For storing those missing CMakeLists.txt 's, conanfiles, shared CMake modules and also patches ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is my take on this: https://github.com/ufz/ogs/blob/master/scripts/cmake/ConanSetup.cmake#L56-L95
@tofferlicious following is a (cut down) version of my current script. My CMake isn’t too great, but hope this might be helpful.