Skip to content

Commit

Permalink
Add missing m system lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored May 20, 2024
1 parent 976f427 commit eb61504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/platformfolders/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ def package_info(self):
self.cpp_info.set_property("cmake_file_name", "platform_folders")
self.cpp_info.set_property("cmake_target_name", "sago::platform_folders")
self.cpp_info.set_property("cmake_target_aliases", ["platform_folders"])

if self.settings.os in ("Linux", "FreeBSD"):
self.cpp_info.system_libs.append("m")

0 comments on commit eb61504

Please sign in to comment.