From cb3c78f43394930f890bfb6fb34834d8d1a58496 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 5 Nov 2021 12:53:11 +0100 Subject: Raise CMake requirement to 3.10 It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04. --- java/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index 24498d3f..26eb02af 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.10.0) project(tigervnc-java Java) if(NOT VERSION) -- cgit v1.2.3