Skip to content

Commit 435ccb6

Browse files
committed
Fix cmake deprecation warning
1 parent 1cb2c67 commit 435ccb6

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.5...3.20)
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)