Skip to content

Commit 5e15a93

Browse files
committed
always install
1 parent ec59387 commit 5e15a93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ if (NOT WIN32 OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") # build `SHARED` on
311311
)
312312
set_property(TARGET viam_rust_utils PROPERTY IMPORTED_LOCATION ${viam_rust_utils_file})
313313

314-
if (NOT BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
315-
install(
316-
FILES ${viam_rust_utils_file} DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT viam-cpp-sdk_runtime
317-
)
314+
#if (NOT BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
315+
install(
316+
FILES ${viam_rust_utils_file} DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT viam-cpp-sdk_runtime
317+
)
318318
endif()
319319
endif()
320320

0 commit comments

Comments
 (0)