From 5ca01895e3c50322f79feeef5054d7f28b164d68 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Mon, 21 Oct 2019 23:38:02 +0200 Subject: Raise CMake requirements to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d16e6485..6f21a1f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #============================================================================= -cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) # # Preliminary setup -- cgit v1.2.1