This repository is for collecting, curating and maintaining up to date CMake scripts.
-
Provide "instructions manual" - Each file should come with an header that explains how to use it and specifies the requirements.
-
Target a specific CMake version - Each script should call
cmake_minimum_required(VERSION X.Y)
with the target CMake version (and it can optionally set its own policies).