diff --git a/emulators/anese/files/patch-CMakeLists.txt b/emulators/anese/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9a0599502c97 --- /dev/null +++ b/emulators/anese/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-08-24 19:33:58 UTC ++++ CMakeLists.txt +@@ -3,7 +3,7 @@ project(anese) + # I mean, that's how you learn, right? + + project(anese) +-cmake_minimum_required(VERSION 2.8.3) ++cmake_minimum_required(VERSION 3.5) + + if(APPLE) + set(GUI_TYPE MACOSX_BUNDLE) diff --git a/emulators/anese/files/patch-thirdparty_miniz_CMakeLists.txt b/emulators/anese/files/patch-thirdparty_miniz_CMakeLists.txt new file mode 100644 index 000000000000..8eae5e39a19a --- /dev/null +++ b/emulators/anese/files/patch-thirdparty_miniz_CMakeLists.txt @@ -0,0 +1,9 @@ +--- thirdparty/miniz/CMakeLists.txt.orig 2018-08-24 19:33:58 UTC ++++ thirdparty/miniz/CMakeLists.txt +@@ -1,5 +1,5 @@ PROJECT(miniz) + PROJECT(miniz) +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + set(CMAKE_BUILD_TYPE Release) + set(CMAKE_CONFIGURATION_TYPES Release Debug) +