remove custom command which reset .h.in file

This commit is contained in:
Robin Müller 2022-05-10 16:13:32 +02:00
parent 58cb96ece0
commit aa4e2d7209
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 0 additions and 8 deletions

View File

@ -455,11 +455,3 @@ add_custom_command(
POST_BUILD
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"
)