Skip to content

Check*: Added include guards

Cristian Adam requested to merge cristianadam/cmake:pragma-once into master

With the include_guard(GLOBAL) one can override the Check* macros and cache them for further reuse e.g. on CI.

For more information see https://cristianadam.eu/20170709/speeding-up-cmake/

Merge request reports