Skip to content

Commit

Permalink
Update openssl.cmake (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Jan 19, 2025
1 parent 8b0bfaf commit 36bf0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/deps/openssl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ExternalProject_Add(
SHA256=bedbb16955555f99b1a7b1ba90fc97879eb41025081be359ecd6a9fcbdf1c8d2
CONFIGURE_COMMAND
./Configure no-legacy no-weak-ssl-ciphers no-tests no-shared no-ui-console
no-docs no-apps --banner=Finished --release
no-docs no-apps --banner=Finished --release --libdir=${CMAKE_INSTALL_LIBDIR}
--prefix=${CMAKE_THIRDPARTY_PREFIX} -w
BUILD_COMMAND ${CMAKE_MAKE_PROGRAM} build_sw
INSTALL_COMMAND ${CMAKE_MAKE_PROGRAM} install_sw
Expand Down

0 comments on commit 36bf0d0

Please sign in to comment.