1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

CMake warning: CMAKE_MINIMUM_REQUIRED must preceed PROJECT

This commit is contained in:
Nick Briggs 2023-05-03 12:49:31 -07:00
parent 2474619e83
commit 68d63cc080

View File

@ -1,5 +1,5 @@
PROJECT(maiko C)
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)
PROJECT(maiko C)
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)