14 lines
572 B
Diff
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)
|
|
|
|
#-------------------------------------------------------------------------------------------
|