# HG changeset patch # User Sebastien Jodogne # Date 1697648218 -7200 # Node ID c9b4ff27ad5d751dc6dcddd357fb8499b0d392db # Parent 76114d03e318c5de918333be797971cd501995d3 fix cmake_minimum_required() diff -r 76114d03e318 -r c9b4ff27ad5d JavaSDK/CMakeLists.txt --- a/JavaSDK/CMakeLists.txt Wed Oct 18 18:54:12 2023 +0200 +++ b/JavaSDK/CMakeLists.txt Wed Oct 18 18:56:58 2023 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(OrthancJavaSDK) diff -r 76114d03e318 -r c9b4ff27ad5d Plugin/CMakeLists.txt --- a/Plugin/CMakeLists.txt Wed Oct 18 18:54:12 2023 +0200 +++ b/Plugin/CMakeLists.txt Wed Oct 18 18:56:58 2023 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(OrthancJavaPlugin)