Skip to content

Commit

Permalink
cmake: set maximum policy to 3.5 to fix warnings from CMake >= 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Aug 2, 2024
1 parent 97827a4 commit d3031f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(SDLSOUND_VERSION 2.0.3)
# Increment this if/when we break backwards compatibility.
set(SDLSOUND_SOVERSION 2)

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.0...3.5)

project(SDL_sound
VERSION ${SDLSOUND_VERSION}
Expand Down

0 comments on commit d3031f7

Please sign in to comment.