Skip to content

Commit fa063e4

Browse files
committed
improve comment
1 parent cd7690b commit fa063e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/sdk/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ target_link_libraries(viamsdk
276276
PRIVATE Threads::Threads
277277
)
278278

279-
# rust-utils doesn't build in CI on windows other than x86_64, so confirm that we're either not
280-
# windows, or if we are windows that we're AMD64, or else that the user has provided their own
281-
# build of rust_utils.
279+
# if the `viam_rust_utils` target exists then we should use it. If not then
280+
# we're probably on a non-x86_64 windows build or some other platform without
281+
# automated `rust-utils` builds, so we should use the stubs instead.
282282
if (TARGET viam_rust_utils)
283283
target_link_libraries(viamsdk
284284
PRIVATE viam_rust_utils

0 commit comments

Comments
 (0)