Skip to content

Commit

Permalink
cmake: Remove a stray f from `Xcode/pkg-support/resources/CMake/sdl2_…
Browse files Browse the repository at this point in the history
…image-config.cmake`
  • Loading branch information
madebr committed Jun 18, 2022
1 parent 2d6074c commit d68b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/pkg-support/resources/CMake/sdl2_image-config.cmake
Expand Up @@ -41,7 +41,7 @@ set(SDL2IMAGE_BACKEND_WIC FALSE)

string(REGEX REPLACE "SDL2_image\\.framework.*" "SDL2_image.framework" _sdl2image_framework_path "${CMAKE_CURRENT_LIST_DIR}")
string(REGEX REPLACE "SDL2_image\\.framework.*" "" _sdl2image_framework_parent_path "${CMAKE_CURRENT_LIST_DIR}")
f

# All targets are created, even when some might not be requested though COMPONENTS.
# This is done for compatibility with CMake generated SDL2_image-target.cmake files.

Expand Down

0 comments on commit d68b9ca

Please sign in to comment.