comparison OrthancFramework/SharedLibrary/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 baf8e21e91cb
children 73de065622ec
comparison
equal deleted inserted replaced
4169:e8005a58de16 4170:1657c8700974
27 ## .EXE, which makes throwing exceptions crash the software! 27 ## .EXE, which makes throwing exceptions crash the software!
28 ## 28 ##
29 29
30 30
31 cmake_minimum_required(VERSION 2.8) 31 cmake_minimum_required(VERSION 2.8)
32 cmake_policy(SET CMP0058 NEW)
33
32 project(OrthancFramework) 34 project(OrthancFramework)
33 35
34 36
35 37
36 ##################################################################### 38 #####################################################################