From 72a11c22b100d06ae066a29e8509b4b83b07a067 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 27 Dec 2019 01:43:41 +0100 Subject: [PATCH] Apply cmake-format 0.6.5 --- lib/cmake/modules/ReflectionGenerator.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/cmake/modules/ReflectionGenerator.cmake b/lib/cmake/modules/ReflectionGenerator.cmake index 16472e3..f84a9c8 100644 --- a/lib/cmake/modules/ReflectionGenerator.cmake +++ b/lib/cmake/modules/ReflectionGenerator.cmake @@ -44,8 +44,10 @@ if (NOT REFLECTION_GENERATOR_CLANG_RESOURCE_DIR) message(FATAL_ERROR "Unable to find the clang executable to determine Clang's resource directory") endif () endif () - exec_program(${REFLECTION_GENERATOR_CLANG_BIN} ARGS -print-resource-dir OUTPUT_VARIABLE - REFLECTION_GENERATOR_CLANG_RESOURCE_DIR) + exec_program( + ${REFLECTION_GENERATOR_CLANG_BIN} ARGS + -print-resource-dir OUTPUT_VARIABLE + REFLECTION_GENERATOR_CLANG_RESOURCE_DIR) endif () if (NOT REFLECTION_GENERATOR_CLANG_RESOURCE_DIR OR NOT IS_DIRECTORY "${REFLECTION_GENERATOR_CLANG_RESOURCE_DIR}") message(