Skip to content

Commit ee3393e

Browse files
authored
Merge pull request #4699 from jedwards4b/correct_info
correct the message about location of copy
2 parents a8a04e2 + d58f6f1 commit ee3393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CIME/BuildTools/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def configure(
7676
new_cmake_macros_dir, "..", machobj.get_machine_name()
7777
)
7878
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
79-
print(f"copying {f} to {output_dir}")
79+
print(f"copying {f} to {output_cmake_macros_dir}")
8080
safe_copy(f, output_cmake_macros_dir)
8181

8282
copy_local_macros_to_dir(

0 commit comments

Comments
 (0)