summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/CMakeLists.txt')
-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)