mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 05:34:57 +01:00
cmake: Ensure script correctness when no targets are specified
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user