Skip to content

Commit 42289c0

Browse files
committed
cmake : fix typo
Signed-off-by: Adrien Gallouët <[email protected]>
1 parent fee19cf commit 42289c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cpp-httplib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ target_compile_definitions(${TARGET} PRIVATE
2323
)
2424

2525
if (LLAMA_BUILD_BORINGSSL)
26-
set(BORINGSSL_GIT "https://boringssl.googlesource.com/boringssl" CACHE STRING "BorginSSL git repository")
26+
set(BORINGSSL_GIT "https://boringssl.googlesource.com/boringssl" CACHE STRING "BoringSSL git repository")
2727
set(BORINGSSL_VERSION "0.20251002.0" CACHE STRING "BoringSSL version")
2828

2929
message(STATUS "Fetching BoringSSL version ${BORINGSSL_VERSION}")

0 commit comments

Comments
 (0)