Skip to content

Commit

Permalink
Unified version required by cmake_minimum_required in all used CMakeL…
Browse files Browse the repository at this point in the history
…ists.txt
  • Loading branch information
mwydmuch committed Jan 4, 2023
1 parent 96a35bb commit 6e25a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vizdoom/dumb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.15 )
cmake_minimum_required( VERSION 3.4 )

make_release_only()

Expand Down
2 changes: 1 addition & 1 deletion src/vizdoom/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.4.4)
cmake_minimum_required(VERSION 3.4)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)

make_release_only()
Expand Down

0 comments on commit 6e25a83

Please sign in to comment.