Skip to content

Commit de56a8c

Browse files
withSangmadebr
andauthored
Reformat Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake
Co-authored-by: Anonymous Maarten <[email protected]>
1 parent a9ab52a commit de56a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ get_filename_component(_current_path "${_current_path}" REALPATH)
3939
set(_sdl3_framework_path "")
4040

4141
while(NOT _sdl3_framework_path)
42-
if (IS_DIRECTORY "${_current_path}" AND "${_current_path}" MATCHES "/SDL3\\.framework$")
42+
if(IS_DIRECTORY "${_current_path}" AND "${_current_path}" MATCHES "/SDL3\\.framework$")
4343
set(_sdl3_framework_path "${_current_path}")
4444
break()
4545
endif()

0 commit comments

Comments
 (0)