Skip to content
Snippets Groups Projects

Add include_guard to all cmake files

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading