Skip to content

Commit

Permalink
Resolve some build warnings in test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Feb 18, 2024
1 parent 1af805c commit cfa4bbc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/samples/audio/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(audio)

Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/controls/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(controls)

Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/hello/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(hello)

Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/sdl2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(sdl2)

Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/sdl2/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <SDL.h>;
#include <SDL.h>

int main(int argc, char *argv[])
{
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/sdl2_mixer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(sdl2_mixer)

Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/sdl2_ttf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(sdl2_ttf)

Expand Down

0 comments on commit cfa4bbc

Please sign in to comment.