Sam Edwards d66f5fa8e2 CMake: Kill support for <2.8.12
The rationale for this is in a comment at the top of the main
CMakeLists.txt file. It was getting harder to maintain support for a
version this old, and pretty much no current system has CMake <3.

Good riddance.
2018-02-06 14:47:12 -07:00
..

Directory Info

Directory: /cmake/scripts
License: Unlicense
Description: This directory is used for cmake files which are not meant to be included using CMake's normal include() directive. Typically, files in this directory will be invoked as a custom command/target in the form of:

 cmake -P <CustomScriptName.cmake> [... other options ...]