Skip to content

Commit 46a7702

Browse files
committed
Update SDL version requirement to 3.3.0
Fixes #716
1 parent c612798 commit 46a7702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
1010
set(MAJOR_VERSION 3)
1111
set(MINOR_VERSION 1)
1212
set(MICRO_VERSION 0)
13-
set(SDL_REQUIRED_VERSION 3.0.0)
13+
set(SDL_REQUIRED_VERSION 3.3.0)
1414

1515
project(SDL3_mixer
1616
LANGUAGES C

0 commit comments

Comments
 (0)