Skip to content

Commit b095900

Browse files
authored
dependencies: Pin mbedtls to tagged version v3.1.0
1 parent c47a305 commit b095900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/CMakeLists-mbedtls.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(ExternalProject)
1414
ExternalProject_Add(
1515
mbedtls
1616
GIT_REPOSITORY "https://github.com/ARMmbed/mbedtls.git"
17-
GIT_TAG origin/master
17+
GIT_TAG "v3.1.0"
1818
BUILD_ALWAYS OFF
1919
DOWNLOAD_DIR "${DOWNLOAD_DIR}"
2020
SOURCE_DIR "${SOURCE_DIR}"

0 commit comments

Comments
 (0)