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

Update conanfile.py #1648

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

mst-rajatmishra
Copy link

Removed the fPIC Option:
We took out the fPIC option from both the options and default_options sections because it wasn’t being used in your configuration.
Updated Dependency Options: We added a specific setting for the benchmark dependency in the default_options section. This sets benchmark/*:header_only to True, assuming this is the right configuration for your setup.
Cleaned Up Comments:

We updated and cleaned up comments to make sure they accurately reflect the changes and provide clearer explanations where needed.
General Cleanup: We did some tidying up by removing unnecessary mentions and placeholder comments that were left over after removing the fPIC option.

@@ -21,20 +20,8 @@ class Clio(ConanFile):
'lint': [True, False], # run clang-tidy checks during compilation
}

requires = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block should stay as it was. Other than that the pr looks ok to me.

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

Successfully merging this pull request may close these issues.

2 participants