From 9d1ca3886be2ac326fafa7fea40011c43c0974b2 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 30 Mar 2020 11:12:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=20=D0=B4=D0=BB=D1=8F=20uncrustify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibFormatSources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMLibFormatSources.cmake b/CMLibFormatSources.cmake index ea4e456..daf7ad6 100644 --- a/CMLibFormatSources.cmake +++ b/CMLibFormatSources.cmake @@ -9,7 +9,7 @@ function(add_format_sources) find_program(UNCRUSTIFY_EXE NAMES uncrustify) if(UNCRUSTIFY_EXE) - list(APPEND UNCRUSTIFY_OPTS -lCPP --replace --no-backup) + list(APPEND UNCRUSTIFY_OPTS -lCPP --replace --no-backup --mtime) if(EXISTS ${CMAKE_SOURCE_DIR}/cmake/etc/uncrustify/default.cfg) list(APPEND UNCRUSTIFY_OPTS -c ${CMAKE_SOURCE_DIR}/cmake/etc/uncrustify/default.cfg) endif()