mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04: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
|
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…
Add table
Reference in a new issue