mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:39:00 +08:00
0ec1f2cf88
* [boringssl] Update port to 2023-04-20 * [boringssl] Update port to 2023-09-25 --------- Co-authored-by: Monica <liuyumei01@beyondsoft.com>
13 lines
424 B
Diff
13 lines
424 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -479,7 +479,7 @@ endif()
|
|
# Add minimal googletest targets. The provided one has many side-effects, and
|
|
# googletest has a very straightforward build.
|
|
add_library(
|
|
- boringssl_gtest
|
|
+ boringssl_gtest STATIC
|
|
third_party/googletest/googlemock/src/gmock-all.cc
|
|
third_party/googletest/googletest/src/gtest-all.cc
|
|
)
|