We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7690b commit fa063e4Copy full SHA for fa063e4
src/viam/sdk/CMakeLists.txt
@@ -276,9 +276,9 @@ target_link_libraries(viamsdk
276
PRIVATE Threads::Threads
277
)
278
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.
+# if the `viam_rust_utils` target exists then we should use it. If not then
+# we're probably on a non-x86_64 windows build or some other platform without
+# automated `rust-utils` builds, so we should use the stubs instead.
282
if (TARGET viam_rust_utils)
283
target_link_libraries(viamsdk
284
PRIVATE viam_rust_utils
0 commit comments