Skip to content

Commit

Permalink
Update CMakeLists.txt: set minimum cmake version to 3.18
Browse files Browse the repository at this point in the history
All in the title. Resolves #1100
  • Loading branch information
climbfuji authored Nov 9, 2024
1 parent a3f4d93 commit 9ed775f
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.18)

project(ccpp_physics
VERSION 5.0.0
Expand Down

0 comments on commit 9ed775f

Please sign in to comment.