diff OrthancServer/CMakeLists.txt @ 4170:1657c8700974

better fix for CMP0058
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Sep 2020 17:49:41 +0200
parents 88d704264d64
children 799c0c527ced
line wrap: on
line diff
--- a/OrthancServer/CMakeLists.txt	Tue Sep 01 14:22:15 2020 +0200
+++ b/OrthancServer/CMakeLists.txt	Tue Sep 01 17:49:41 2020 +0200
@@ -30,6 +30,7 @@
 
 
 cmake_minimum_required(VERSION 2.8)
+cmake_policy(SET CMP0058 NEW)
 
 project(Orthanc)