mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
cmake: Ensure script correctness when no targets are specified
This commit is contained in:
parent
2638fdb4f9
commit
76a3a540a4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue