stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit bc59cc91d724071f31a37f91a829b5e57f01dc56
parent 9a84d377dbbf5711651dc0768d96d26b507fa53f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 21 May 2019 10:13:23 +0200

Remove the deprecated CMP0054 OLD CMake policy

Diffstat:
Mcmake/CMakeLists.txt | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -16,9 +16,6 @@ cmake_minimum_required(VERSION 3.0) project(stardis C) enable_testing() -if(POLICY CMP0054) - cmake_policy(SET CMP0054 OLD) # Disable OpenMP CMake warning -endif() include(CMakeDependentOption)