From d1c642cbd29ad90581d1d9562814afbb8d01f1f1 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 23 Jul 2019 12:09:57 +0000 Subject: [PATCH] build: bump minimum cmake version to 3.3.2 Ideally I'd like to have 3.5 as minimum version. Nevertheless for the moment I bump this to 3.3.2 to match the CMake version of the internal Jenkins CI. Signed-off-by: Leonardo Di Donato --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1432aede..17026a9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -cmake_minimum_required(VERSION 2.8.2) +cmake_minimum_required(VERSION 3.3.2) project(falco)