From 1015d14dfb4951d9b4cd354c20d89b05ba7ac0df Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 16 Apr 2020 20:23:44 +0300 Subject: [PATCH] Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c9e63a..bf1b0c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,12 +19,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR) PROJECT(SalomeJOBMANAGER C CXX) -# Ensure a proper linker behavior: -CMAKE_POLICY(SET CMP0003 NEW) -IF(WIN32) - CMAKE_POLICY(SET CMP0020 OLD) # disable automatic linking to qtmain.lib -ENDIF(WIN32) - # Versioning # =========== # Project name, upper case -- 2.39.2