Skip to content

Commit 6a2216c

Browse files
Rename library from 'pizza_test' to 'fossil_test'
1 parent cc0f725 commit 6a2216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def package(self):
5050

5151
def package_info(self):
5252
"""Set information for consumers of the package"""
53-
self.cpp_info.libs = ["pizza_test"]
53+
self.cpp_info.libs = ["fossil_test"]
5454
self.cpp_info.includedirs = ["include"]
5555

5656
def source(self):

0 commit comments

Comments
 (0)