Skip to content

Commit 6ff90b3

Browse files
committed
loosen cmake requirement
1 parent 32c906c commit 6ff90b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
cmake_minimum_required(VERSION 3.0.0)
1+
cmake_minimum_required(VERSION 2.8.12)
2+
if (POLICY CMP0048)
3+
cmake_policy(SET CMP0048 NEW)
4+
endif (POLICY CMP0048)
25
project(base16384 VERSION 2.2.2)
36

47
add_executable(base16384_b base16384.c)

0 commit comments

Comments
 (0)