File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.14 )
1+ cmake_minimum_required (VERSION 3.24 )
22
33project ( AMReX-Tutorials
44 DESCRIPTION "Tutorials for the AMReX adaptive mesh refinement framework"
@@ -164,10 +164,6 @@ endif ()
164164
165165 if (AMReX_GPU_BACKEND STREQUAL "CUDA" )
166166 enable_language (CUDA)
167- # AMReX 21.06+ supports CUDA_ARCHITECTURES
168- if (CMAKE_VERSION VERSION_LESS 3.20)
169- include (AMReX_SetupCUDA)
170- endif ()
171167 endif ()
172168 endif ()
173169else ()
@@ -178,10 +174,6 @@ else()
178174
179175 if (AMReX_GPU_BACKEND STREQUAL "CUDA" )
180176 enable_language (CUDA)
181- # AMReX 21.06+ supports CUDA_ARCHITECTURES
182- if (CMAKE_VERSION VERSION_LESS 3.20)
183- include (AMReX_SetupCUDA)
184- endif ()
185177 endif ()
186178endif ()
187179
Original file line number Diff line number Diff line change 2828# For additional CMake compile options see
2929# https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#building-with-cmake
3030
31- cmake_minimum_required (VERSION 3.16 )
31+ cmake_minimum_required (VERSION 3.24 )
3232
3333## Project name and source file languages
3434project (HeatEquation_EX0
Original file line number Diff line number Diff line change 2424# For additional CMake compile options see
2525# https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#building-with-cmake
2626
27- cmake_minimum_required (VERSION 3.16 )
27+ cmake_minimum_required (VERSION 3.24 )
2828
2929# Project name and source file languages
3030project (HeatEquation_Simple
Original file line number Diff line number Diff line change 2626
2727
2828
29- cmake_minimum_required (VERSION 3.16 )
29+ cmake_minimum_required (VERSION 3.24 )
3030
3131# Project name and source file language
3232project (HelloWorld
Original file line number Diff line number Diff line change 2626
2727
2828
29- cmake_minimum_required (VERSION 3.16 )
29+ cmake_minimum_required (VERSION 3.24 )
3030
3131# Project name and source file language
3232project (MultiFab
You can’t perform that action at this time.
0 commit comments