CMake/Utilities/Doxygen
Brad King 95b4b9137a Declare support for CMake versions through 3.12 for own build
CMake 3.12 introduced a `...<max>` syntax in the version given to
`cmake_minimum_required` to automatically set policies to NEW up
to that version.  Use it to avoid listing policies explicitly.

The syntax is compatible with older versions of CMake such that they use
the extended version string for the `CMAKE_MINIMUM_REQUIRED_VERSION`
variable (which we don't use) but otherwise ignore it.
2018-10-17 14:29:16 -04:00
..
DeveloperReference Added CMake_BUILD_DEVELOPER_REFERENCE option 2016-08-16 19:02:35 +03:00
CMakeLists.txt Declare support for CMake versions through 3.12 for own build 2018-10-17 14:29:16 -04:00
doxyfile.in Added CMake_BUILD_DEVELOPER_REFERENCE option 2016-08-16 19:02:35 +03:00