Skip to content

Commit fc6c04f

Browse files
Fix gersemi formatting
1 parent f33aeb8 commit fc6c04f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

cmake/windows/buildspec.cmake

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ function(_check_dependencies_windows)
2121
set(QT_HOST_PATH "${qt_x64_dir}" CACHE STRING "Qt Host Tools Path" FORCE)
2222
set($ENV{QT_HOST_PATH} "${qt_x64_dir}")
2323
else()
24-
message(FATAL_ERROR "Building OBS Studio for Windows ARM64 requires x64 Qt dependencies, please run an x64 configure first (from an x64 native tools env) to ensure these are downloaded")
24+
message(
25+
FATAL_ERROR
26+
"Building OBS Studio for Windows ARM64 requires x64 Qt dependencies, please run an x64 configure first (from an x64 native tools env) to ensure these are downloaded"
27+
)
2528
endif()
2629
endif()
2730

@@ -39,7 +42,14 @@ function(_check_dependencies_windows)
3942
if(CMAKE_VS_PLATFORM_NAME MATCHES "(ARM64|arm64)")
4043
set(dependencies_list prebuilt qt6 sdl obs-studio)
4144
else()
42-
set(dependencies_list prebuilt qt6 sdl obs-studio qtserialport)
45+
set(
46+
dependencies_list
47+
prebuilt
48+
qt6
49+
sdl
50+
obs-studio
51+
qtserialport
52+
)
4353
endif()
4454

4555
_check_dependencies()

0 commit comments

Comments
 (0)