Skip to content

Commit b271cb6

Browse files
committed
Update BoringSSL
1 parent a26628d commit b271cb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ include(bare)
77
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
88

99
if(NOT TARGET ssl)
10+
set(
11+
INSTALL_DESTINATION_DEFAULT
12+
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
13+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
14+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
15+
BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR}
16+
)
17+
1018
if(MSVC)
1119
set(OPENSSL_NO_ASM ON)
1220
endif()

vendor/boringssl

Submodule boringssl updated 56 files

0 commit comments

Comments
 (0)