Skip to content

Commit f2063ae

Browse files
committed
Bump cmake minimum required version to 3.10
1 parent 3d2febe commit f2063ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMake setup for Unicorn 2.
22
# By Huitao Chen & Nguyen Anh Quynh, 2019-2020
33

4-
cmake_minimum_required(VERSION 3.5)
4+
cmake_minimum_required(VERSION 3.10)
55

66
# Only required for MSVC, but we can't know the compiler at this point because we haven't
77
# called enable_language() or project(), and if we did that it would lock in the old

0 commit comments

Comments
 (0)