Skip to content

Commit 7ece1c8

Browse files
committed
re-group requires
1 parent cf3256a commit 7ece1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ def package_info(self):
112112
self.cpp_info.components["viamapi"].sharedlinkflags.append(whole_archive)
113113

114114
self.cpp_info.components["viamsdk"].requires.extend([
115-
"viamapi",
116115
"boost::headers",
117116
"boost::log",
118117
"grpc::grpc++_reflection",
119118
"protobuf::libprotobuf",
120119
"xtensor::xtensor",
121120

121+
"viamapi",
122122
"viam_rust_utils",
123123
"abseil::absl_strings",
124124
])

0 commit comments

Comments
 (0)