Skip to content

Commit 4ec6025

Browse files
committed
stop building boringssl tests on cmake
1 parent 7ff543b commit 4ec6025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CPMAddPackage(
1818
VERSION 0.20250114.0
1919
GITHUB_REPOSITORY google/boringssl
2020
GIT_TAG 0.20250114.0
21-
OPTIONS "BUILD_SHARED_LIBS OFF"
21+
OPTIONS "BUILD_SHARED_LIBS OFF" "BUILD_TESTING OFF"
2222
)
2323
message(STATUS "BoringSSL source dir: ${boringssl_SOURCE_DIR}")
2424
include_directories(${boringssl_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)