Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Feb 11, 2025
1 parent b79a11c commit ad5b978
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ def package(self):
cmake.install()

def package_info(self):
defines = []
if self.options.get_safe("use_date_polyfill", False):
defines.append("SPARROW_USE_DATE_POLYFILL")
if is_msvc(self):
defines.append("SPARROW_USE_LARGE_INT_PLACEHOLDERS")

self.cpp_info.libs = ["sparrow"]
self.cpp_info.defines = defines
self.cpp_info.set_property("cmake_file_name", "sparrow")
self.cpp_info.set_property("cmake_target_name", "sparrow::sparrow")

0 comments on commit ad5b978

Please sign in to comment.