chore: Rename conan profile to default (#5599)

This change renames the `libxrpl` profile to `default` to make it more usable.
This commit is contained in:
Bronek Kozicki
2025-07-24 11:35:47 +01:00
committed by GitHub
parent 60e340d356
commit 5713f9782a
5 changed files with 18 additions and 8 deletions

View File

@@ -143,8 +143,6 @@ class Xrpl(ConanFile):
tc.variables['static'] = self.options.static
tc.variables['unity'] = self.options.unity
tc.variables['xrpld'] = self.options.xrpld
if self.settings.compiler == 'clang' and self.settings.compiler.version == 16:
tc.extra_cxxflags = ["-DBOOST_ASIO_DISABLE_CONCEPTS"]
tc.generate()
def build(self):