Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Jamie-Cui/yacl-r
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui committed Feb 1, 2025
2 parents 725ffad + c3d393c commit de48c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ CheckOptions:

- key: readability-identifier-naming.FunctionCase
value: "CamelBack"

- key: readability-function-cognitive-complexity.IgnoreMacros
value: 1
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 de48c11

Please sign in to comment.