Skip to content

Commit

Permalink
Merge #335: cmake: Fix builds configured with -DBUILD_KERNEL_LIB=ON
Browse files Browse the repository at this point in the history
7243da5 fixup! cmake: Build `bitcoinkernel` library (Hennadii Stepanov)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 9e9e1a1ef5c8c048554ef142b2255668fa551fb9fc86ad1cc21316730c0c24e63918b2e0763f0919cf8b18cfb77a1271c9aef2f519c5ce3c6cec566d7c4739dc
  • Loading branch information
hebasto committed Aug 16, 2024
2 parents 950af8d + 7243da5 commit 028cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# library, as more and more modules are decoupled from the
# consensus engine, this list will shrink to only those
# which are absolutely necessary.
add_library(bitcoinkernel EXCLUDE_FROM_ALL
add_library(bitcoinkernel
bitcoinkernel.cpp
chain.cpp
checks.cpp
Expand Down

0 comments on commit 028cc4c

Please sign in to comment.