Skip to content

Commit

Permalink
Update root CMakeLists.txt to reflect minimum CMake requirement; we n…
Browse files Browse the repository at this point in the history
…eed CMake 3.24.
  • Loading branch information
puneetmatharu committed Nov 21, 2023
1 parent 867de29 commit 0270df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# format CMake files. Do not delete them.
# ==============================================================================
# cmake-format: on
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
project(
oomphlib
DESCRIPTION "A finite-element library for simulating multi-physics problems."
Expand Down

0 comments on commit 0270df5

Please sign in to comment.