You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
To be able to run
conan install .. --build missing -s build_type=Debug
I had to fix conanfile.txt:I believe those changes required because of conan 2.0 update. https://docs.conan.io/2/
The text was updated successfully, but these errors were encountered: