Skip to content

Commit f625723

Browse files
mattbsageslouken
authored andcommitted
Clean up INTERFACE_COMPILE_OPTIONS
The extra text causes Meson/Ninja builds to fail as headers are not found.
1 parent b70919e commit f625723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/SDL/pkg-support/share/cmake/SDL3/SDL3Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(NOT TARGET SDL3::Headers)
9292
add_library(SDL3::Headers INTERFACE IMPORTED)
9393
set_target_properties(SDL3::Headers
9494
PROPERTIES
95-
INTERFACE_COMPILE_OPTIONS "SHELL:-F \"${_sdl3_framework_parent_path}\""
95+
INTERFACE_COMPILE_OPTIONS "-F${_sdl3_framework_parent_path}"
9696
)
9797
endif()
9898
set(SDL3_Headers_FOUND TRUE)

0 commit comments

Comments
 (0)