changeset 725:31d0f5942b29 default tip

fix compat with recent cmake versions
author Alain Mazy <am@orthanc.team>
date Wed, 24 Sep 2025 09:00:36 +0200
parents 12b7d3bf7cab
children
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Sep 23 10:42:07 2025 +0200
+++ b/CMakeLists.txt	Wed Sep 24 09:00:36 2025 +0200
@@ -19,7 +19,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...4.0)
 
 project(OrthancDicomWeb)