From 5c90828e4e189e78fce1d93bf1700519e7aff76c Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 23 Jul 2020 10:21:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D1=8F?= =?UTF-8?q?=D0=B2=D0=BD=D0=BE=D0=B5=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=8F=D0=B7=D1=8B=D0=BA=D0=B0=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=B8=D1=81=D1=85?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=8B=D1=85=20=D1=82=D0=B5=D0=BA=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= 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 0a80e14..6c4a3c0 100644 --- a/CMLibFormatSources.cmake +++ b/CMLibFormatSources.cmake @@ -10,7 +10,7 @@ function(add_format_sources target) find_program(UNCRUSTIFY_EXE NAMES uncrustify) if(UNCRUSTIFY_EXE) - list(APPEND UNCRUSTIFY_OPTS -lCPP --replace --no-backup) + list(APPEND UNCRUSTIFY_OPTS --replace --no-backup) if(EXISTS ${CMAKE_SOURCE_DIR}/cmake/etc/uncrustify/default.cfg) list(APPEND UNCRUSTIFY_OPTS -c ${CMAKE_SOURCE_DIR}/cmake/etc/uncrustify/default.cfg) endif()