Skip to content

Commit

Permalink
Merge pull request #4699 from jedwards4b/correct_info
Browse files Browse the repository at this point in the history
correct the message about location of copy
  • Loading branch information
jedwards4b authored Oct 24, 2024
2 parents a8a04e2 + d58f6f1 commit ee3393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/BuildTools/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def configure(
new_cmake_macros_dir, "..", machobj.get_machine_name()
)
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
print(f"copying {f} to {output_dir}")
print(f"copying {f} to {output_cmake_macros_dir}")
safe_copy(f, output_cmake_macros_dir)

copy_local_macros_to_dir(
Expand Down

0 comments on commit ee3393e

Please sign in to comment.