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

Outdated conanfile since conan 2.0 release #3

Open
makru86 opened this issue Apr 17, 2023 · 0 comments
Open

Outdated conanfile since conan 2.0 release #3

makru86 opened this issue Apr 17, 2023 · 0 comments

Comments

@makru86
Copy link

makru86 commented Apr 17, 2023

To be able to run conan install .. --build missing -s build_type=Debug I had to fix conanfile.txt:

diff --git a/conanfile.txt b/conanfile.txt
index b2423bb..f7a03b7 100644
--- a/conanfile.txt
+++ b/conanfile.txt
@@ -7,6 +7,6 @@ boost/1.74.0
 [generators]
-cmake
+CMakeToolchain
 
 [options]
-boost:without_fiber=True
-boost:without_nowide=True
\ No newline at end of file
+boost/without_fiber=True
+boost/without_nowide=True
\ No newline at end of file

I believe those changes required because of conan 2.0 update. https://docs.conan.io/2/

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

No branches or pull requests

1 participant