Skip to content

Commit

Permalink
fix(cmake): install bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlWachter committed Jun 5, 2024
1 parent 375dbcb commit 83cc7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/HermitCore-librs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ add_custom_target(hermit_rs-install
hermit_rs
COMMAND
${CMAKE_COMMAND}
-DCMAKE_INSTALL_COMPONENT=hermit_rs
-DCMAKE_INSTALL_COMPONENT=bootstrap
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
-P cmake_install.cmake
)

# Install libhermit.a and headers
install(FILES ${HERMIT_RS}
install(FILES ${CMAKE_BINARY_DIR}/hermit_rs/${HERMIT_ARCH}/release/libhermit.a
DESTINATION ${HERMIT_ARCH}-hermit/lib
COMPONENT bootstrap)

Expand Down

0 comments on commit 83cc7e4

Please sign in to comment.