fixed bundled libcorrect cmake version because I can't be arsed to wait for it to be changed upstream

This commit is contained in:
AlexandreRouma
2026-03-21 23:17:45 -04:00
parent 621c031364
commit 2330af01e5

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.13)
project(Correct C)
include(CheckLibraryExists)
include(CheckIncludeFiles)