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 caeb01a + 8775c53 commit a8a04e2Copy full SHA for a8a04e2
CIME/BuildTools/configure.py
@@ -77,7 +77,7 @@ def configure(
77
)
78
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
79
print(f"copying {f} to {output_dir}")
80
- safe_copy(f, output_dir)
+ safe_copy(f, output_cmake_macros_dir)
81
82
copy_local_macros_to_dir(
83
output_cmake_macros_dir, extra_machdir=extra_machines_dir
0 commit comments