Skip to content

Commit

Permalink
fix: fetching mbedtls patch for VS2019 build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrugoPhilips committed Feb 6, 2025
1 parent 073e733 commit fdc8b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/crypto/mbedtls/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare(
mbedtls
GIT_REPOSITORY https://github.com/ccrugoPhilips/mbedtls # Mbed-TLS fork
GIT_TAG bea92dabc3502f964edb5d83772da52405f84aff # v3.6.2 with patch
GIT_TAG e0b9fdf17e1d584ac3713fc7970fd9de530e7063 # v3.6.2 with patch
)

set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL On)
Expand Down

0 comments on commit fdc8b23

Please sign in to comment.