11 lines
401 B
Diff
11 lines
401 B
Diff
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
|
index b725e9a..f5ffa5f 100644
|
||
|
|
--- a/CMakeLists.txt
|
||
|
|
+++ b/CMakeLists.txt
|
||
|
|
@@ -1,4 +1,4 @@
|
||
|
|
-cmake_minimum_required(VERSION 3.1)
|
||
|
|
+cmake_minimum_required(VERSION 3.10)
|
||
|
|
include(CMakeDependentOption)
|
||
|
|
|
||
|
|
set(TARGET_PLATFORM "default" CACHE STRING "Platform to cross-compile for. Options: vita switch android ios emscripten. Leave blank for no cross compilation")
|