Skip to content

Commit

Permalink
Declare the package to be header only
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Heater committed Jan 29, 2020
1 parent ec535b2 commit e4a1fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/approvaltests.cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def package(self):
def package_info(self):
self.cpp_info.names["cmake_find_package"] = "ApprovalTests"
self.cpp_info.names["cmake_find_package_multi"] = "ApprovalTests"

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

0 comments on commit e4a1fff

Please sign in to comment.