File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,9 @@ set(GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT ON)
301301if (WIN32 )
302302 set (GAMMARAY_BUILD_CLI_INJECTOR_DEFAULT OFF )
303303endif ()
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+ )
305307if (WIN32 AND GAMMARAY_BUILD_CLI_INJECTOR)
306308 message (FATAL_ERROR "Cannot use CLI injection on Windows." )
307309endif ()
@@ -616,7 +618,8 @@ if(NOT HAVE_QT_WIDGETS)
616618endif ()
617619gammaray_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)
621624if (NOT HAVE_QT_WIDGETS AND NOT GAMMARAY_CORE_ONLY_LAUNCHER)
622625 message (FATAL_ERROR "Must CORE_ONLY_LAUNCHER when Qt Widgets are not available." )
You can’t perform that action at this time.
0 commit comments