Skip to content

Commit

Permalink
print out missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruesdal committed Sep 29, 2023
1 parent b6c1e7a commit 769f2d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cime_config/buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def _build_cam(caseroot, libroot, bldroot):
# -------------------------------------------------------
if cam_dycore == "fv3":
libfms = os.path.join(fmsbuilddir, "libfms.a")
expect(os.path.isfile(libfms),
"err: Missing the FMS library libfms.a - cannot complete CAM build")
expect(os.path.isfile(libfms), "FMS library not found {}".format(libfms))
shutil.copy(libfms, libroot)

# -------------------------------------------------------
Expand Down

0 comments on commit 769f2d0

Please sign in to comment.