Must not install .so's from build dependencies. We should be using .a files instead.

This commit is contained in:
Robin E.R. Davies
2026-06-17 12:12:46 -04:00
parent 8bc43e76fd
commit d6ee400394
2 changed files with 2 additions and 23 deletions
-21
View File
@@ -79,27 +79,6 @@ if(NOT PIPEDAL_DISABLE_COPYRIGHT_BUILD)
DESTINATION /etc/pipedal/react/var/)
endif()
# Install shared libraries from submodules and FetchContent dependencies
# whose own install targets are disabled (SQLITECPP_INSTALL=OFF, LIBZIP_DO_INSTALL=OFF)
install (
FILES
${PROJECT_BINARY_DIR}/modules/SQLiteCpp/libSQLiteCpp.so.0
${PROJECT_BINARY_DIR}/modules/SQLiteCpp/sqlite3/libsqlite3.so
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
)
install (
FILES
${PROJECT_BINARY_DIR}/modules/libzip/lib/libzip.so.5
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
)
install (
FILES
${PROJECT_BINARY_DIR}/_deps/ftxui-build/libftxui-component.so.5.0.0
${PROJECT_BINARY_DIR}/_deps/ftxui-build/libftxui-dom.so.5.0.0
${PROJECT_BINARY_DIR}/_deps/ftxui-build/libftxui-screen.so.5.0.0
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
)
install (
DIRECTORY ${PROJECT_SOURCE_DIR}/src/templates
DESTINATION /etc/pipedal/config/