Fixing bug in PoissonSolver

This commit is contained in:
Mark Berrill
2021-05-17 12:00:40 -04:00
parent 8f8d23632a
commit a2b22e5e47
7 changed files with 36 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.18.3)
CMAKE_POLICY( SET CMP0057 NEW )
CMAKE_POLICY( SET CMP0115 OLD )
if( ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.20.0")
CMAKE_POLICY( SET CMP0115 OLD )
endif()
INCLUDE(CheckCCompilerFlag)
INCLUDE(CheckCSourceCompiles)