File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ def package_info(self):
9393
9494 # TODO(RSDK-10366): Currently, rust_utils is not published for windows
9595 # and the C++ SDK just doesn't include it as a dependency on that platform
96- # CR erodkin: what was the `if windows` logic even doing here? it didn't seem to make a difference on windows
9796 self .cpp_info .components ["viam_rust_utils" ].libs = ["viam_rust_utils" ]
9897
9998 self .cpp_info .components ["viamsdk" ].libs = ["viamsdk" ]
@@ -139,7 +138,6 @@ def package_info(self):
139138
140139 # TODO(RSDK-10366): Currently, rust_utils is not published for windows
141140 # and the C++ SDK just doesn't include it as a dependency on that platform
142- # CR erodkin: what was the `if windows` logic even doing here? it didn't seem to make a difference on windows
143141 self .cpp_info .components ["viamsdk" ].requires .extend ([
144142 "viam_rust_utils"
145143 ])
You can’t perform that action at this time.
0 commit comments