mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 03:15:19 -05:00
Merge pull request #2442
e29282d2 build: auto update version info without manually deleting version.h (stoffu)
This commit is contained in:
commit
b911130a46
20 changed files with 63 additions and 46 deletions
|
|
@ -94,6 +94,7 @@ target_link_libraries(daemon
|
|||
daemonizer
|
||||
serialization
|
||||
daemon_rpc_server
|
||||
version
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
|
|
@ -102,7 +103,6 @@ target_link_libraries(daemon
|
|||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${ZMQ_LIB}
|
||||
${EXTRA_LIBRARIES})
|
||||
add_dependencies(daemon version)
|
||||
set_property(TARGET daemon
|
||||
PROPERTY
|
||||
OUTPUT_NAME "monerod")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue