From aa4e2d72095179455a0237aa0dcdb6dd8b383a43 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 10 May 2022 16:13:32 +0200 Subject: [PATCH] remove custom command which reset .h.in file --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2af6416..fec79a42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" -)