Skip to content

Commit

Permalink
fix: a mistake at src/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Jul 28, 2024
1 parent 3cdf565 commit d5f80a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ if (STABLE_BUILD_FULL_SDK)
gpgfrontend_module_sdk)

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

install(TARGETS ${GPGFRONTEND_SDK_INSTALL_LIBRARIES}
Expand Down

0 comments on commit d5f80a7

Please sign in to comment.