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 51de5d8 commit a9b2337Copy full SHA for a9b2337
CMakeLists.txt
@@ -313,12 +313,12 @@ elseif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") # build `STATIC` for windows
313
endif()
314
315
316
-if (NOT WIN32) # installing seems to be necessary for tests to pass in CI
317
- install(
318
- IMPORTED_RUNTIME_ARTIFACTS viam_rust_utils
319
- LIBRARY COMPONENT viam-cpp-sdk_runtime
320
- )
321
-endif()
+#if (NOT WIN32) # installing seems to be necessary for tests to pass in CI
+ #install(
+ #IMPORTED_RUNTIME_ARTIFACTS viam_rust_utils
+ #LIBRARY COMPONENT viam-cpp-sdk_runtime
+ #)
+#endif()
322
323
# Install the license file
324
install(FILES
0 commit comments