From 984a89e56970ef8f237dbda4dd5bec0c7aedde29 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 28 Apr 2020 16:34:00 -0400 Subject: [PATCH] [cmake] Bump version requirement to 3.3.2, set CMP0057 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e54976f..a08a9635 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,8 @@ # # ############################################################################## -cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.3.2 FATAL_ERROR) +cmake_policy(SET CMP0057 NEW) if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif()