The documentation for the cmake_minimum_required
command says:
The FATAL_ERROR option is accepted but ignored by CMake 2.6 and higher.
It should be specified so CMake versions 2.4 and lower fail with an error
instead of just a warning.
But, it doesn't say what the valid options are for FATAL_ERROR
- am I missing something blindingly obvious?