mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-20 05:42:50 +02:00
cmake: Ensure script correctness when no targets are specified
This commit is contained in:
parent
2638fdb4f9
commit
76a3a540a4
@ -296,8 +296,8 @@ target_link_libraries(bitcoin_node
|
|||||||
minisketch
|
minisketch
|
||||||
univalue
|
univalue
|
||||||
Boost::headers
|
Boost::headers
|
||||||
libevent::core
|
$<TARGET_NAME_IF_EXISTS:libevent::core>
|
||||||
libevent::extra
|
$<TARGET_NAME_IF_EXISTS:libevent::extra>
|
||||||
$<TARGET_NAME_IF_EXISTS:libevent::pthreads>
|
$<TARGET_NAME_IF_EXISTS:libevent::pthreads>
|
||||||
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user