Mercurial > hg > orthanc
changeset 4171:822d3a17d797
better fix for CMP0058
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 01 Sep 2020 17:55:42 +0200 |
parents | e8005a58de16 |
children | 9a7491cae01a |
files | OrthancServer/Plugins/Samples/ConnectivityChecks/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/ConnectivityChecks/CMakeLists.txt Tue Sep 01 14:22:15 2020 +0200 +++ b/OrthancServer/Plugins/Samples/ConnectivityChecks/CMakeLists.txt Tue Sep 01 17:55:42 2020 +0200 @@ -18,6 +18,7 @@ cmake_minimum_required(VERSION 2.8) +cmake_policy(SET CMP0058 NEW) project(ConnectivityChecks)