From a9061dd161381538950b8904e77abbe6600a632c Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Wed, 23 Oct 2024 15:40:06 +0200 Subject: [PATCH] Suppression de warnings au cmake --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44dc63372..69634b1c9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,10 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR) + +cmake_policy(SET CMP0078 OLD) +cmake_policy(SET CMP0086 OLD) + INCLUDE(CMakeDependentOption) # Project name -- 2.39.2