We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3187730 commit b57fac7Copy full SHA for b57fac7
recipes/libiec61850/all/conanfile.py
@@ -58,3 +58,6 @@ def package_info(self):
58
self.cpp_info.components["libiec61850"].set_property("pkg_config_name", "iec61850")
59
self.cpp_info.components["libiec61850"].set_property("cmake_file_name", "libiec61850")
60
self.cpp_info.components["libiec61850"].set_property("cmake_target_name", "libiec61850::libiec61850")
61
+ if self.settings.os in ["Linux"]:
62
+ self.cpp_info.system_libs.append("pthread")
63
+ self.cpp_info.system_libs.append("rt")
0 commit comments