Skip to content

Commit a8a04e2

Browse files
authored
Merge pull request #4696 from jedwards4b/correct_cmake_path
correct the cmake path for configuring tools like fortran_unit_tests
2 parents caeb01a + 8775c53 commit a8a04e2

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
@@ -77,7 +77,7 @@ def configure(
7777
)
7878
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
7979
print(f"copying {f} to {output_dir}")
80-
safe_copy(f, output_dir)
80+
safe_copy(f, output_cmake_macros_dir)
8181

8282
copy_local_macros_to_dir(
8383
output_cmake_macros_dir, extra_machdir=extra_machines_dir

0 commit comments

Comments
 (0)