-
Notifications
You must be signed in to change notification settings - Fork 94
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
using new conan2 arguments format #905
Conversation
Please note with the above modification, I still could not finish the cmake with the following message,
With the following modification further, --- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ conan_cmake_run(
BUILD
missing
GENERATORS
- cmake_find_package)
+ CMakeToolchain CMakeDeps) Then I ran into the following error message,
Not sure how the |
Hi! Sorry for the delay. We are currently waiting for |
Thanks for the response. I will close the issue now. |
Issue
cmake failure in Ubuntu 22.04 with conan 2:
-- Conan executing: /home/kaib/.local/bin/conan install . -s build_type=RelWithDebInfo -s compiler=gcc -s compiler.version=11 -s compiler.libcxx=libstdc++11 -s compiler.cppstd=17 -g=cmake_find_package -g=cmake --build=missing -o=catch2:with_main=True
ERROR: Error while initializing options. The usage of package names
catch2:with_main
in options is deprecated, use a pattern likecatch2/*:with_main
insteadApproach
following the message