Skip to content

Commit

Permalink
Apply cmake-format 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Dec 27, 2019
1 parent 48639b4 commit 72a11c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/cmake/modules/ReflectionGenerator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 72a11c2

Please sign in to comment.