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 b3a339a commit 4b68fdaCopy full SHA for 4b68fda
CMakeLists.txt
@@ -324,7 +324,7 @@ else()
324
target_link_libraries(viam_rust_utils INTERFACE userenv)
325
endif()
326
327
-if (BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
+if (NOT BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
328
install(
329
IMPORTED_RUNTIME_ARTIFACTS viam_rust_utils
330
LIBRARY COMPONENT viam-cpp-sdk_runtime
0 commit comments