remove custom command which reset .h.in file
This commit is contained in:
parent
58cb96ece0
commit
aa4e2d7209
@ -455,11 +455,3 @@ add_custom_command(
|
|||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMENT ${POST_BUILD_COMMENT}
|
COMMENT ${POST_BUILD_COMMENT}
|
||||||
)
|
)
|
||||||
|
|
||||||
# This causes the version file to be updated each time the sources change
|
|
||||||
add_custom_command(
|
|
||||||
TARGET ${LIB_FSFW_NAME}
|
|
||||||
PRE_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E touch ${FSFW_SOURCES_DIR}/FSFWVersion.h.in
|
|
||||||
COMMENT "${MSG_PREFIX} Updating FSFWVersion.h"
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user