Skip to content

Add include_guard to all cmake files

Simon Praetorius requested to merge feature/cmake-include-guard into master

Summary

CMake provides include-guards similar to #pragma once. In order to not include files multiple times and in consequence define/call variables, macros or functions multiple times, all cmake files should be protected.

Merge request reports