Skip to content

Commit

Permalink
fix: should not install mimalloc after build
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Jul 29, 2024
1 parent 7054d32 commit ef4f152
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,6 @@ if(LINUX AND LINUX_INSTALL_SOFTWARE)
gpgfrontend_ui
gpgfrontend_test
gpgfrontend_module_sdk)

if(NOT APPLE)
list(APPEND GPGFRONTEND_INSTALL_LIBRARIES mimalloc)
endif()
endif()

message(STATUS "GpgFrontend Install Libraries: ${GPGFRONTEND_INSTALL_LIBRARIES}")
Expand Down Expand Up @@ -570,10 +566,6 @@ if(STABLE_BUILD_FULL_SDK)
gpgfrontend_test
gpgfrontend_module_sdk)

if(NOT APPLE)
list(APPEND GPGFRONTEND_SDK_INSTALL_LIBRARIES mimalloc)
endif()

install(TARGETS ${GPGFRONTEND_SDK_INSTALL_LIBRARIES}
EXPORT GpgFrontendTargets
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
Expand Down

0 comments on commit ef4f152

Please sign in to comment.