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 ec59387 commit 5e15a93Copy full SHA for 5e15a93
CMakeLists.txt
@@ -311,10 +311,10 @@ if (NOT WIN32 OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") # build `SHARED` on
311
)
312
set_property(TARGET viam_rust_utils PROPERTY IMPORTED_LOCATION ${viam_rust_utils_file})
313
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
- )
+ #if (NOT BUILD_SHARED_LIBS) # installing seems to be necessary for tests to pass in CI
+ install(
+ FILES ${viam_rust_utils_file} DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT viam-cpp-sdk_runtime
+ )
318
endif()
319
320
0 commit comments