From a20595644f6f880b7170b0e49c9a29869af77f4d Mon Sep 17 00:00:00 2001 From: Jason Landini Date: Wed, 11 Sep 2024 16:19:11 -0400 Subject: [PATCH] updating cmake requirements to reflect dealii version requirement --- CMakeLists.txt | 2 +- applications/CHAC_anisotropy/CMakeLists.txt | 2 +- applications/CHAC_anisotropyRegularized/CMakeLists.txt | 2 +- applications/CHAC_performance_test/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark1a/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark2a/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark3/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark6a/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark6b/CMakeLists.txt | 2 +- applications/CHiMaD_benchmark7/CMakeLists.txt | 2 +- applications/MgNd_precipitate_single_Bppp/CMakeLists.txt | 2 +- applications/allenCahn/CMakeLists.txt | 2 +- applications/allenCahn_conserved/CMakeLists.txt | 2 +- applications/alloySolidification/CMakeLists.txt | 2 +- applications/alloySolidification_uniform/CMakeLists.txt | 2 +- applications/anisotropyFacet/CMakeLists.txt | 2 +- applications/cahnHilliard/CMakeLists.txt | 2 +- applications/corrosion/CMakeLists.txt | 2 +- applications/corrosion_microgalvanic/CMakeLists.txt | 2 +- applications/coupledCahnHilliardAllenCahn/CMakeLists.txt | 2 +- applications/dendriticSolidification/CMakeLists.txt | 2 +- applications/eshelbyInclusion/CMakeLists.txt | 2 +- applications/fickianDiffusion/CMakeLists.txt | 2 +- applications/grainGrowth/CMakeLists.txt | 2 +- applications/grainGrowth_dream3d/CMakeLists.txt | 2 +- applications/mechanics/CMakeLists.txt | 2 +- applications/nucleationModel/CMakeLists.txt | 2 +- applications/nucleationModel_preferential/CMakeLists.txt | 2 +- applications/precipitateEvolution/CMakeLists.txt | 2 +- applications/precipitateEvolution_pfunction/CMakeLists.txt | 2 +- applications/spinodalDecomposition/CMakeLists.txt | 2 +- applications/steadyStateAllenCahn/CMakeLists.txt | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90061402f..049d196d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHAC_anisotropy/CMakeLists.txt b/applications/CHAC_anisotropy/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHAC_anisotropy/CMakeLists.txt +++ b/applications/CHAC_anisotropy/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHAC_anisotropyRegularized/CMakeLists.txt b/applications/CHAC_anisotropyRegularized/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHAC_anisotropyRegularized/CMakeLists.txt +++ b/applications/CHAC_anisotropyRegularized/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHAC_performance_test/CMakeLists.txt b/applications/CHAC_performance_test/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHAC_performance_test/CMakeLists.txt +++ b/applications/CHAC_performance_test/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark1a/CMakeLists.txt b/applications/CHiMaD_benchmark1a/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark1a/CMakeLists.txt +++ b/applications/CHiMaD_benchmark1a/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark2a/CMakeLists.txt b/applications/CHiMaD_benchmark2a/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark2a/CMakeLists.txt +++ b/applications/CHiMaD_benchmark2a/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark3/CMakeLists.txt b/applications/CHiMaD_benchmark3/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark3/CMakeLists.txt +++ b/applications/CHiMaD_benchmark3/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark6a/CMakeLists.txt b/applications/CHiMaD_benchmark6a/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark6a/CMakeLists.txt +++ b/applications/CHiMaD_benchmark6a/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark6b/CMakeLists.txt b/applications/CHiMaD_benchmark6b/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark6b/CMakeLists.txt +++ b/applications/CHiMaD_benchmark6b/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/CHiMaD_benchmark7/CMakeLists.txt b/applications/CHiMaD_benchmark7/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/CHiMaD_benchmark7/CMakeLists.txt +++ b/applications/CHiMaD_benchmark7/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/MgNd_precipitate_single_Bppp/CMakeLists.txt b/applications/MgNd_precipitate_single_Bppp/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/MgNd_precipitate_single_Bppp/CMakeLists.txt +++ b/applications/MgNd_precipitate_single_Bppp/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/allenCahn/CMakeLists.txt b/applications/allenCahn/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/allenCahn/CMakeLists.txt +++ b/applications/allenCahn/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/allenCahn_conserved/CMakeLists.txt b/applications/allenCahn_conserved/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/allenCahn_conserved/CMakeLists.txt +++ b/applications/allenCahn_conserved/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/alloySolidification/CMakeLists.txt b/applications/alloySolidification/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/alloySolidification/CMakeLists.txt +++ b/applications/alloySolidification/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/alloySolidification_uniform/CMakeLists.txt b/applications/alloySolidification_uniform/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/alloySolidification_uniform/CMakeLists.txt +++ b/applications/alloySolidification_uniform/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/anisotropyFacet/CMakeLists.txt b/applications/anisotropyFacet/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/anisotropyFacet/CMakeLists.txt +++ b/applications/anisotropyFacet/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/cahnHilliard/CMakeLists.txt b/applications/cahnHilliard/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/cahnHilliard/CMakeLists.txt +++ b/applications/cahnHilliard/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/corrosion/CMakeLists.txt b/applications/corrosion/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/corrosion/CMakeLists.txt +++ b/applications/corrosion/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/corrosion_microgalvanic/CMakeLists.txt b/applications/corrosion_microgalvanic/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/corrosion_microgalvanic/CMakeLists.txt +++ b/applications/corrosion_microgalvanic/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/coupledCahnHilliardAllenCahn/CMakeLists.txt b/applications/coupledCahnHilliardAllenCahn/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/coupledCahnHilliardAllenCahn/CMakeLists.txt +++ b/applications/coupledCahnHilliardAllenCahn/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/dendriticSolidification/CMakeLists.txt b/applications/dendriticSolidification/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/dendriticSolidification/CMakeLists.txt +++ b/applications/dendriticSolidification/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/eshelbyInclusion/CMakeLists.txt b/applications/eshelbyInclusion/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/eshelbyInclusion/CMakeLists.txt +++ b/applications/eshelbyInclusion/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/fickianDiffusion/CMakeLists.txt b/applications/fickianDiffusion/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/fickianDiffusion/CMakeLists.txt +++ b/applications/fickianDiffusion/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/grainGrowth/CMakeLists.txt b/applications/grainGrowth/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/grainGrowth/CMakeLists.txt +++ b/applications/grainGrowth/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/grainGrowth_dream3d/CMakeLists.txt b/applications/grainGrowth_dream3d/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/grainGrowth_dream3d/CMakeLists.txt +++ b/applications/grainGrowth_dream3d/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/mechanics/CMakeLists.txt b/applications/mechanics/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/mechanics/CMakeLists.txt +++ b/applications/mechanics/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/nucleationModel/CMakeLists.txt b/applications/nucleationModel/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/nucleationModel/CMakeLists.txt +++ b/applications/nucleationModel/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/nucleationModel_preferential/CMakeLists.txt b/applications/nucleationModel_preferential/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/nucleationModel_preferential/CMakeLists.txt +++ b/applications/nucleationModel_preferential/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/precipitateEvolution/CMakeLists.txt b/applications/precipitateEvolution/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/precipitateEvolution/CMakeLists.txt +++ b/applications/precipitateEvolution/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/precipitateEvolution_pfunction/CMakeLists.txt b/applications/precipitateEvolution_pfunction/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/precipitateEvolution_pfunction/CMakeLists.txt +++ b/applications/precipitateEvolution_pfunction/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/spinodalDecomposition/CMakeLists.txt b/applications/spinodalDecomposition/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/spinodalDecomposition/CMakeLists.txt +++ b/applications/spinodalDecomposition/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED diff --git a/applications/steadyStateAllenCahn/CMakeLists.txt b/applications/steadyStateAllenCahn/CMakeLists.txt index 39b8e6bd3..f3773585b 100644 --- a/applications/steadyStateAllenCahn/CMakeLists.txt +++ b/applications/steadyStateAllenCahn/CMakeLists.txt @@ -2,7 +2,7 @@ # CMake script for the PRISMS-PF applications: ## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) # Find deal.II installation FIND_PACKAGE(deal.II 9.2.0 REQUIRED