Skip to content

Commit

Permalink
Merge pull request #58 from NOAA-EMC/ejh_check_version
Browse files Browse the repository at this point in the history
checking for min version for bacio library
  • Loading branch information
edwardhartnett authored Sep 21, 2021
2 parents 2d36c24 + c5ddc9a commit 0bb4bab
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 @@ -25,7 +25,7 @@ endif()

find_package(MPI REQUIRED COMPONENTS Fortran)

find_package(bacio REQUIRED)
find_package(bacio 2.3.0 REQUIRED)
find_package(w3emc 2.9.0 REQUIRED)

add_subdirectory(src)
Expand Down

0 comments on commit 0bb4bab

Please # to comment.