[question] Can anyone help me migrate my project conanfile?
See original GitHub issue- I’ve read the CONTRIBUTING guide.
Hi,
Can anyone help me migrate my project conanfile?
My try is here: https://github.com/nativium/nativium/pull/23/files
Today, im generating conanbuildinfo.cmake
, because it is imported into the cmake:
https://github.com/nativium/nativium/blob/main/cmake/functions.cmake#L90-L97
Im searching a lot about how to migrate the current method to the new v2 method of using cmake.
@uilianries @ericLemanissier @SpaceIm can you help me?
Thanks for any help.
Issue Analytics
- State:
- Created a year ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Migration help to 1.0.0 regarding conanfile_directory #2302
Hi, we are in the process of migrating to conan 1.0.0 from 0.27. ... to call conan install & build with the path...
Read more >Conan Documentation
Conan is a software package manager which is intended for C and C++ developers. Conan is universal and portable. It works in all...
Read more >Migrating the recipes — conan 1.55.0 documentation
We introduced changes to Conan 1.X versions so you can start migrating your recipes to do a smooth transition to Conan 2.0 ....
Read more >Understanding the flexibility of using conanfile.py vs conanfile.txt
Let's see an example on how to migrate to a conanfile.py and use some of those features. Please, first clone the sources to...
Read more >Conan migration guide to 2.0 — conan 1.53.0 documentation
If you want to migrate to 2.0, there are several things you will need to change: The recipes have to be updated to...
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
@memsharded forget man, it is working, my mistake in some place, thanks.
Hi @memsharded. Everything was migrate. Thanks.
I open an issue about a bug that i get and create a simple project to check: https://github.com/conan-io/conan/issues/12195
Can you help there?