Skip to content

Commit a9b2337

Browse files
committed
dont install when static building
1 parent 51de5d8 commit a9b2337

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ elseif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") # build `STATIC` for windows
313313
endif()
314314

315315

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()
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()
322322

323323
# Install the license file
324324
install(FILES

0 commit comments

Comments
 (0)