Skip to content

Commit 9ef4723

Browse files
committed
Sort
1 parent abafb9d commit 9ef4723

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

conanfile.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,37 @@ class ClioConan(ConanFile):
1414
requires = [
1515
"boost/1.83.0",
1616
"cassandra-cpp-driver/2.17.0",
17-
"protobuf/3.21.12",
17+
"fmt/12.1.0",
1818
"grpc/1.50.1",
19+
"libbacktrace/cci.20210118",
1920
"openssl/1.1.1w",
21+
"protobuf/3.21.12",
22+
"spdlog/1.17.0",
2023
"xrpl/3.0.0",
2124
"zlib/1.3.1",
22-
"libbacktrace/cci.20210118",
23-
"spdlog/1.17.0",
2425
]
2526

2627
default_options = {
27-
"xrpl/*:tests": False,
28-
"xrpl/*:rocksdb": False,
2928
"cassandra-cpp-driver/*:shared": False,
3029
"date/*:header_only": True,
31-
"grpc/*:shared": False,
3230
"grpc/*:secure": True,
31+
"grpc/*:shared": False,
32+
"gtest/*:no_main": True,
3333
"libpq/*:shared": False,
3434
"lz4/*:shared": False,
3535
"openssl/*:shared": False,
3636
"protobuf/*:shared": False,
3737
"protobuf/*:with_zlib": True,
3838
"snappy/*:shared": False,
39-
"gtest/*:no_main": True,
39+
"xrpl/*:rocksdb": False,
40+
"xrpl/*:tests": False,
4041
}
4142

4243
exports_sources = ("CMakeLists.txt", "cmake/*", "src/*")
4344

4445
def requirements(self):
4546
self.requires("gtest/1.17.0")
4647
self.requires("benchmark/1.9.4")
47-
self.requires("fmt/12.1.0")
4848

4949
def configure(self):
5050
if self.settings.compiler == "apple-clang":

0 commit comments

Comments
 (0)