Skip to content

Commit

Permalink
Merge pull request #4696 from jedwards4b/correct_cmake_path
Browse files Browse the repository at this point in the history
correct the cmake path for configuring tools like fortran_unit_tests
  • Loading branch information
jedwards4b authored Oct 17, 2024
2 parents caeb01a + 8775c53 commit a8a04e2
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 @@ -77,7 +77,7 @@ def configure(
)
for f in glob.iglob(os.path.join(ccs_mach_dir, "*.cmake")):
print(f"copying {f} to {output_dir}")
safe_copy(f, output_dir)
safe_copy(f, output_cmake_macros_dir)

copy_local_macros_to_dir(
output_cmake_macros_dir, extra_machdir=extra_machines_dir
Expand Down

0 comments on commit a8a04e2

Please sign in to comment.