Skip to content

Commit 4b68fda

Browse files
committed
invert check for installing rust-utils
1 parent b3a339a commit 4b68fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ else()
324324
target_link_libraries(viam_rust_utils INTERFACE userenv)
325325
endif()
326326

327-
if (BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
327+
if (NOT BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
328328
install(
329329
IMPORTED_RUNTIME_ARTIFACTS viam_rust_utils
330330
LIBRARY COMPONENT viam-cpp-sdk_runtime

0 commit comments

Comments
 (0)