comparison 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
comparison
equal deleted inserted replaced
4169:e8005a58de16 4170:1657c8700974
28 # You should have received a copy of the GNU General Public License 28 # You should have received a copy of the GNU General Public License
29 # along with this program. If not, see <http://www.gnu.org/licenses/>. 29 # along with this program. If not, see <http://www.gnu.org/licenses/>.
30 30
31 31
32 cmake_minimum_required(VERSION 2.8) 32 cmake_minimum_required(VERSION 2.8)
33 cmake_policy(SET CMP0058 NEW)
33 34
34 project(Orthanc) 35 project(Orthanc)
35 36
36 37
37 ##################################################################### 38 #####################################################################