Skip to content

Commit fec772c

Browse files
committed
Update cmake config to match bazel config
1 parent 1a42368 commit fec772c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ include(cmake/CPM.cmake)
1515

1616
CPMAddPackage(
1717
NAME boringssl
18-
VERSION 0.20250114.0
18+
VERSION 0.20250818.0
1919
GITHUB_REPOSITORY google/boringssl
20-
GIT_TAG 0.20250114.0
20+
GIT_TAG 0.20250818.0
2121
OPTIONS "BUILD_SHARED_LIBS OFF" "BUILD_TESTING OFF"
2222
)
2323
add_subdirectory(src)

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add_library(ncrypto ncrypto.cpp engine.cpp)
2-
target_link_libraries(ncrypto PUBLIC ssl crypto)
2+
target_link_libraries(ncrypto PUBLIC ssl crypto decrepit)
33
target_include_directories(ncrypto
44
PUBLIC
55
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)