summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2026-07-31 00:57:12 +1200
committerGitHub <noreply@github.com>2026-07-31 00:57:12 +1200
commit5e1e4dbc4cdb122e38267e1f0dc872e9e677a75c (patch)
treedf1920a2708daad9cb2ec12679d97a471d4074af /Source/Core/InputCommon
parent20fea85b53d1251c30ce031fec54f5630fb25e23 (diff)
parentd5e3c2bcfc5858a4322b2094b81487fd568e8cd1 (diff)
Merge pull request #14778 from JoshuaVandaele/about-enable-sdl
AboutDialog: Fix compilation with ENABLE_SDL=OFF
Diffstat (limited to 'Source/Core/InputCommon')
-rw-r--r--Source/Core/InputCommon/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt
index 0e5612f353..5cc6b66ca6 100644
--- a/Source/Core/InputCommon/CMakeLists.txt
+++ b/Source/Core/InputCommon/CMakeLists.txt
@@ -181,7 +181,6 @@ if(ENABLE_SDL)
ControllerInterface/SDL/SDLGamepad.h
)
target_link_libraries(inputcommon PRIVATE SDL3::SDL3)
- target_compile_definitions(inputcommon PUBLIC HAVE_SDL3=1)
endif()
if(MSVC)