Skip to content

Commit

Permalink
fix whitespace and add file to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 23, 2024
1 parent 2ba3848 commit 60426f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMake/BuildERFExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function(build_erf_lib erf_lib_name)
${SRC_DIR}/Utils/ERF_MomentumToVelocity.cpp
${SRC_DIR}/LinearSolvers/ERF_PoissonSolve.cpp
${SRC_DIR}/LinearSolvers/ERF_PoissonSolve_tb.cpp
${SRC_DIR}/LinearSolvers/ERF_compute_divergence.cpp
${SRC_DIR}/LinearSolvers/ERF_solve_with_gmres.cpp
${SRC_DIR}/LinearSolvers/ERF_solve_with_mlmg.cpp
${SRC_DIR}/LinearSolvers/ERF_TerrainPoisson.cpp
Expand Down
2 changes: 1 addition & 1 deletion Docs/sphinx_doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Analogous to GNU Make, the list of cmake directives is as follows:
Mac with CMake
~~~~~~~~~~~~~~
Tested with macOS 12.7 (Monterey) using cmake (3.27.8), open-mpi (5.0.0), and
pkg-config (0.29.2) installed with the homebrew package manager.
pkg-config (0.29.2) installed with the homebrew package manager.
NetCDF will be compiled from source. The instructions below should be version
agnostic.

Expand Down

0 comments on commit 60426f3

Please sign in to comment.