From ca12ce6f14b31e219cac4bc7274ddf72c4d8b053 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 13 Jun 2019 04:56:45 -0700 Subject: [PATCH] CMake: Bump version Updates the minimum version to 3.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d22049238..f4564672f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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