Skip to content

Commit

Permalink
bump cmake minimum required version from 2.8.4 to 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 20, 2021
1 parent 8d30620 commit e02a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@
#
# Please see the file LICENSE.txt in the source's root directory.

cmake_minimum_required(VERSION 2.8.4)
cmake_minimum_required(VERSION 2.8.12)

project(SDL_sound)
set(SDLSOUND_VERSION 2.0.0)
Expand Down

0 comments on commit e02a70f

Please sign in to comment.