Skip to content

Commit 414bdee

Browse files
committed
fixup! cmake: Build bitcoinkernel library
The `-no-undefined` is not a linker flag, rather a Libtool flag, which we do not care about.
1 parent 8b80c1a commit 414bdee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/kernel/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ target_link_libraries(bitcoinkernel
9090
PUBLIC
9191
Boost::headers
9292
)
93-
target_link_options(bitcoinkernel
94-
PRIVATE
95-
LINKER:-no-undefined
96-
)
9793

9894
# libbitcoinkernel requires default symbol visibility, explicitly
9995
# specify that here so that things still work even when user

0 commit comments

Comments
 (0)