CMake: Bump version

Updates the minimum version to 3.0.2
This commit is contained in:
Seth Hillbrand 2019-06-13 04:56:45 -07:00
parent e90cfa1d40
commit ca12ce6f14
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
cmake_minimum_required( VERSION 2.8.12 FATAL_ERROR )
cmake_minimum_required( VERSION 3.0.2 FATAL_ERROR )
# because of http://public.kitware.com/Bug/view.php?id=10395
# See https://gitlab.kitware.com/cmake/cmake/issues/15943