Skip to content

Commit b64c65e

Browse files
update cmake minimal version to enable build on recent cmake version
1 parent dd2cb00 commit b64c65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1)
4+
cmake_minimum_required(VERSION 3.7.2)
55

66
if(MSVC)
77
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")

0 commit comments

Comments
 (0)