mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 14:06:07 -04:00
build: auto update version info without manually deleting version.h
This commit is contained in:
parent
a6403846ef
commit
e29282d208
20 changed files with 63 additions and 46 deletions
|
@ -42,8 +42,6 @@ target_link_libraries(cn_deserialize
|
|||
epee
|
||||
${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
add_dependencies(cn_deserialize
|
||||
version)
|
||||
set_property(TARGET cn_deserialize
|
||||
PROPERTY
|
||||
OUTPUT_NAME "monero-utils-deserialize")
|
||||
|
@ -65,8 +63,6 @@ target_link_libraries(object_sizes
|
|||
epee
|
||||
${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
add_dependencies(object_sizes
|
||||
version)
|
||||
set_property(TARGET object_sizes
|
||||
PROPERTY
|
||||
OUTPUT_NAME "monero-utils-object-sizes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue