You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ if (viam_rust_utils_files)
276
276
)
277
277
elseif(NOTWIN32OR rust_utils_supported_windows_arch) # TODO(RSDK-10366): Currently, rust_utils is not published for windows aarch, so don't even try downloading
278
278
set(lvru_system_name ${CMAKE_SYSTEM_NAME})
279
-
if (CMAKE_SYSTEM_NAMESTREQUAL"Cygwin")
279
+
if (CMAKE_SYSTEM_NAMESTREQUAL"Cygwin"ORCMAKE_SYSTEM_NAMESTREQUAL"Windows")
0 commit comments