Skip to content

Commit 1ee5c08

Browse files
fix cmake minimum required to 3.16
1 parent 012ae73 commit 1ee5c08

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
@@ -18,7 +18,7 @@
1818
##
1919
################################################################################
2020

21-
cmake_minimum_required(VERSION 3.1)
21+
cmake_minimum_required(VERSION 3.16)
2222
project(gcem)
2323

2424
set(GCEM_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)

0 commit comments

Comments
 (0)