Add include_guard (GLOBAL) to allow usage in multiple submodules (#4672)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user