From: Gilles DAVID Date: Wed, 23 Oct 2024 13:40:06 +0000 (+0200) Subject: Suppression de warnings au cmake X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a9061dd161381538950b8904e77abbe6600a632c;p=modules%2Fkernel.git Suppression de warnings au cmake --- 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