Skip to content

Commit

Permalink
doctest: Use self.info.clear() instead of header_only()
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot committed Dec 12, 2022
1 parent 95e40d3 commit 9d09a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/doctest/2.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def package_info(self):
self.cpp_info.build_modules.append("lib/cmake/doctest.cmake")

def package_id(self):
self.info.header_only()
self.info.clear()

0 comments on commit 9d09a0d

Please sign in to comment.