Add include_guard (GLOBAL) to allow usage in multiple submodules (#4672)

This commit is contained in:
torsten48
2026-02-08 19:36:43 +01:00
committed by GitHub
parent 2d7dc922c6
commit f99d530247

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.8...3.28)
include_guard(GLOBAL)
# Fallback for using newer policies on CMake <3.12.
if (${CMAKE_VERSION} VERSION_LESS 3.12)