Skip to content

Commit

Permalink
Disabled SDL2 generated config... need to find how to do it from the
Browse files Browse the repository at this point in the history
main Cmake file, though
  • Loading branch information
tanis2000 committed Sep 25, 2024
1 parent 3945786 commit 5b501d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps/sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ if(CYGWIN)
endif()

# General includes
target_compile_definitions(sdl-build-options INTERFACE "-DUSING_GENERATED_CONFIG_H")
#target_compile_definitions(sdl-build-options INTERFACE "-DUSING_GENERATED_CONFIG_H")
target_include_directories(sdl-build-options BEFORE INTERFACE "${SDL2_BINARY_DIR}/include" "${SDL2_BINARY_DIR}/include-config-$<LOWER_CASE:$<CONFIG>>")
# Note: The clang toolset for Visual Studio does not support the '-idirafter' option.
if(USE_GCC OR (USE_CLANG AND NOT MSVC_CLANG))
Expand Down

0 comments on commit 5b501d8

Please sign in to comment.