Skip to content

Commit 3faa454

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fe8072c commit 3faa454

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,9 @@ set(GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT ON)
301301
if(WIN32)
302302
set(GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT OFF)
303303
endif()
304-
gammaray_option(GAMMARAY_BUILD_CLI_INJECTOR "Build command line injector on Windows." ${GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT})
304+
gammaray_option(
305+
GAMMARAY_BUILD_CLI_INJECTOR "Build command line injector on Windows." ${GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT}
306+
)
305307
if(WIN32 AND GAMMARAY_BUILD_CLI_INJECTOR)
306308
message(FATAL_ERROR "Cannot use CLI injection on Windows.")
307309
endif()
@@ -616,7 +618,8 @@ if(NOT HAVE_QT_WIDGETS)
616618
endif()
617619
gammaray_option(
618620
GAMMARAY_CORE_ONLY_LAUNCHER
619-
"Only use QtCore in the CLI launcher (breaks style injector, but is needed for Boot2Qt compatibility)" ${GAMMARAY_CORE_ONLY_LAUNCHER_DEFAULT}
621+
"Only use QtCore in the CLI launcher (breaks style injector, but is needed for Boot2Qt compatibility)"
622+
${GAMMARAY_CORE_ONLY_LAUNCHER_DEFAULT}
620623
)
621624
if(NOT HAVE_QT_WIDGETS AND NOT GAMMARAY_CORE_ONLY_LAUNCHER)
622625
message(FATAL_ERROR "Must CORE_ONLY_LAUNCHER when Qt Widgets are not available.")

0 commit comments

Comments
 (0)