Skip to content

Commit

Permalink
Update project and minimum required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 16, 2023
1 parent c879278 commit 7e3d441
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# bmi-example-fortran

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.12)

project(bmi-example-fortran Fortran)
project(bmi-example-fortran
VERSION 2.0
LANGUAGES Fortran
)

set(model_name heatf)
set(bmi_name bmi${model_name})
Expand Down

0 comments on commit 7e3d441

Please sign in to comment.