From 52e19ac3f0b8977eacd755183ba75559ada0d5f6 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 16 Apr 2020 20:33:57 +0300 Subject: [PATCH 1/1] Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2127f21..9a8696b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,9 +19,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR) PROJECT(SalomePYHELLO C CXX) -# Ensure a proper linker behavior: -CMAKE_POLICY(SET CMP0003 NEW) - # Versioning # =========== # Project name, upper case -- 2.30.2