mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
gh-548: Update use of cmake_minimum_required cmd
Only call the command on CMake files that may be the first file evaluated from the project. Remove from all other files. Signed-off-by: Kent McLeod <kent@kry10.com>
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.16.0)
|
||||
|
||||
# File for helpers that are very specific to the kernel
|
||||
|
||||
function(gen_invocation_header)
|
||||
|
||||
Reference in New Issue
Block a user