mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-17 08:33:49 +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
|
||||
univalue
|
||||
Boost::headers
|
||||
libevent::core
|
||||
libevent::extra
|
||||
$<TARGET_NAME_IF_EXISTS:libevent::core>
|
||||
$<TARGET_NAME_IF_EXISTS:libevent::extra>
|
||||
$<TARGET_NAME_IF_EXISTS:libevent::pthreads>
|
||||
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user