We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a04e2 + d58f6f1 commit ee3393eCopy full SHA for ee3393e
CIME/BuildTools/configure.py
@@ -76,7 +76,7 @@ def configure(
76
new_cmake_macros_dir, "..", machobj.get_machine_name()
77
)
78
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
79
- print(f"copying {f} to {output_dir}")
+ print(f"copying {f} to {output_cmake_macros_dir}")
80
safe_copy(f, output_cmake_macros_dir)
81
82
copy_local_macros_to_dir(
0 commit comments