Skip to content

Commit

Permalink
correct the cmake path for configuring tools like fortran_unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 17, 2024
1 parent caeb01a commit b4907a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion CIME/non_py/cprnc
Submodule cprnc updated 1 files
+2 −2 cmake/FindNetCDF.cmake

0 comments on commit b4907a7

Please sign in to comment.