mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Fix link error due to duplicate __cxxabiv1::__cxa_allocate_exception
This commit is contained in:
2
external/soci/conanfile.py
vendored
2
external/soci/conanfile.py
vendored
@@ -154,7 +154,7 @@ class SociConan(ConanFile):
|
|||||||
self.cpp_info.components["soci_core"].set_property("cmake_target_name", "SOCI::soci_core{}".format(target_suffix))
|
self.cpp_info.components["soci_core"].set_property("cmake_target_name", "SOCI::soci_core{}".format(target_suffix))
|
||||||
self.cpp_info.components["soci_core"].libs = ["{}soci_core{}".format(lib_prefix, lib_suffix)]
|
self.cpp_info.components["soci_core"].libs = ["{}soci_core{}".format(lib_prefix, lib_suffix)]
|
||||||
if self.options.with_boost:
|
if self.options.with_boost:
|
||||||
self.cpp_info.components["soci_core"].requires.append("boost::boost")
|
self.cpp_info.components["soci_core"].requires.append("boost::headers")
|
||||||
|
|
||||||
# soci_empty
|
# soci_empty
|
||||||
if self.options.empty:
|
if self.options.empty:
|
||||||
|
|||||||
Reference in New Issue
Block a user