Skip to content

Commit ffe3634

Browse files
Update required cmake version
1 parent 38e5294 commit ffe3634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13)
1+
cmake_minimum_required(VERSION 3.12.4)
22
project(altv-clr-host LANGUAGES CXX)
33

44
include(GNUInstallDirs)

runtime/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.13)
1+
cmake_minimum_required (VERSION 3.12.4)
22

33
set(TARGET_NAME core_clr_host)
44

0 commit comments

Comments
 (0)