-
Notifications
You must be signed in to change notification settings - Fork 252
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
Fix for CMakeDeps generator being duplicated when using a conanfile.py #584
Fix for CMakeDeps generator being duplicated when using a conanfile.py #584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
I added warnings for both conanfile.txt and conanfile.py. |
e4d5f9a
to
0f6f28a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! I've rebased the branch on top of the most recent changes on develop2
-
Added a few comments, but nothing major
tests/test_smoke.py
Outdated
@@ -40,6 +40,8 @@ def run(cmd, check=True): | |||
@contextmanager | |||
def chdir(folder): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to remove this completely (will do on a separate PR) as it is no longer used
Fix for #540