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

Improve the comments in the header-only template #14875

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/package_templates/header_only/all/conanfile.py
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
  • Loading branch information
AbrilRBS and prince-chrismc authored Dec 21, 2022
commit a5c0c2384fc552eef5e181266af9ac02e14ea36e
2 changes: 1 addition & 1 deletion docs/package_templates/header_only/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PackageConan(ConanFile):
# Do not put "conan" nor the project name in topics. Use topics from the upstream listed on GH
# Keep 'header-only' as topic
topics = ("topic1", "topic2", "topic3", "header-only")
# Keep these unless you have a good reason
# Keep these or explain why it's not required for this particular case
settings = "os", "arch", "compiler", "build_type"
# Do not copy sources to build folder for header only projects, unless you need to apply patches
no_copy_source = True
Expand Down