1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-13 03:14:32 +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)