style: reformatted to make the CMake scripts more compact
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Schmidl 2023-10-06 06:03:57 +02:00
parent 8fd7d8328a
commit 4aa9978dcd
6 changed files with 48 additions and 91 deletions

View file

@ -2,8 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
# this script adds all subprojects to a single build to allow IDEs understand the full project
# structure.
# this script adds all subprojects to a single build to allow IDEs understand the full project structure.
cmake_minimum_required(VERSION 3.14...3.22)