From 5b501d820e5add11ec12d4f866697f461bd01ba4 Mon Sep 17 00:00:00 2001 From: Valerio Santinelli Date: Wed, 25 Sep 2024 11:42:06 +0200 Subject: [PATCH] Disabled SDL2 generated config... need to find how to do it from the main Cmake file, though --- src/deps/sdl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps/sdl/CMakeLists.txt b/src/deps/sdl/CMakeLists.txt index 47b3dca6..cc534472 100644 --- a/src/deps/sdl/CMakeLists.txt +++ b/src/deps/sdl/CMakeLists.txt @@ -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-$>") # Note: The clang toolset for Visual Studio does not support the '-idirafter' option. if(USE_GCC OR (USE_CLANG AND NOT MSVC_CLANG))