Add include_guard to all cmake files
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
Activity
changed milestone to %New CMake Build-System
added buildsystem label
added 40 commits
-
1da9741c...803bd22d - 39 commits from branch
master
- 24289ee9 - Add include_guard to all cmake files
-
1da9741c...803bd22d - 39 commits from branch
mentioned in commit c36b4c3d
Please register or sign in to reply