From 6905b1a2168864c1034f70f24f073831199b674c Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 25 Nov 2020 18:02:10 +0100 Subject: [PATCH] Apply cmake-format --- cmake/modules/BasicConfig.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/modules/BasicConfig.cmake b/cmake/modules/BasicConfig.cmake index 1edd92b..0b8182b 100644 --- a/cmake/modules/BasicConfig.cmake +++ b/cmake/modules/BasicConfig.cmake @@ -42,7 +42,8 @@ set(CONFIGURATION_NAME CACHE STRING "sets the configuration name for all projects within the current build") set(CONFIGURATION_DISPLAY_NAME "${CONFIGURATION_NAME}" - CACHE STRING "sets the display name for the configuration; incorporated in META_APP_NAME; defaults to CONFIGURATION_NAME") + CACHE STRING + "sets the display name for the configuration; incorporated in META_APP_NAME; defaults to CONFIGURATION_NAME") if (${META_PROJECT_VARNAME_UPPER}_CONFIGURATION_NAME STREQUAL "none") set(META_CONFIG_NAME "") elseif (${META_PROJECT_VARNAME_UPPER}_CONFIGURATION_NAME)