Skip to content

Commit

Permalink
Merge pull request #223 from jwendell/vendor-gtest
Browse files Browse the repository at this point in the history
Vendor the googletest dependency
  • Loading branch information
tedjpoole committed Jun 28, 2024
2 parents 6638eb5 + 4add74d commit f6f94f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bssl-compat/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cmake(
out_static_libs = ["libbssl-compat.a"],
visibility = ["//visibility:public"],
generate_crosstool_file = False,
tags = ["requires-network"],
env = { "Clang_ROOT" : "/usr/lib/llvm" },

build_args = [ "-j" ]
Expand Down
2 changes: 1 addition & 1 deletion bssl-compat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/ossl.h DESTINATION include)
# Unit Tests
################################################################################

FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/5376968f6948923e2411081fd9372e71a59d8e77.zip)
FetchContent_Declare(googletest URL ${CMAKE_SOURCE_DIR}/vendor/googletest-5376968f6948923e2411081fd9372e71a59d8e77.zip)
FetchContent_MakeAvailable(googletest)
enable_testing()

Expand Down
Binary file not shown.

0 comments on commit f6f94f6

Please sign in to comment.