Skip to content

Commit

Permalink
test conan define
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jun 26, 2024
1 parent 7c8ec68 commit 7584cb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ def package_info(self):
self.cpp_info.requires = [
"metall::metall",
]

if self.options.logger_extern_c:
self.cpp_info.defines = [
"METALL_LOGGER_EXTERN_C=1"
]

0 comments on commit 7584cb9

Please sign in to comment.