1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

loosen cmake requirement

This commit is contained in:
源文雨
2023-05-18 15:09:48 +08:00
parent 32c906cb47
commit 6ff90b3da1

View File

@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)
project(base16384 VERSION 2.2.2)
add_executable(base16384_b base16384.c)