Skip to content

Commit 289a740

Browse files
authored
Update CMake minimum to 3.5 (#1421)
1 parent 072fd4f commit 289a740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(grf)
2-
cmake_minimum_required(VERSION 3.1)
2+
cmake_minimum_required(VERSION 3.5)
33

44
## ======================================================================================##
55
## Compiler flags

0 commit comments

Comments
 (0)