Files
ConanPackages/eabase/all/patches/bump_cmake.patch
2026-01-23 22:15:36 +01:00

14 lines
572 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 652f07f..11e4430 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
#-------------------------------------------------------------------------------------------
# Copyright (C) Electronic Arts Inc. All rights reserved.
#-------------------------------------------------------------------------------------------
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
project(EABase CXX)
#-------------------------------------------------------------------------------------------