Skip to content

Commit

Permalink
cmake: fix compatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 authored and ata4 committed Aug 15, 2023
1 parent c24268b commit 30100a4
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.9)

option(BUILD_MUPEN64PLUS "Enables build of mupen64plus version" ON)
option(BUILD_PROJECT64 "Enables build of project64 version" WIN32)
Expand Down

0 comments on commit 30100a4

Please sign in to comment.