mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
cmake: Make codegen target dependent on generate_build_info
This commit is contained in:
parent
73f7844cdb
commit
0f81e00519
@ -43,7 +43,7 @@ add_custom_target(generate_build_info
|
||||
COMMENT "Generating bitcoin-build-info.h"
|
||||
VERBATIM
|
||||
)
|
||||
add_library(bitcoin_clientversion STATIC EXCLUDE_FROM_ALL
|
||||
add_library(bitcoin_clientversion STATIC
|
||||
clientversion.cpp
|
||||
)
|
||||
target_link_libraries(bitcoin_clientversion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user