Skip to content

Commit

Permalink
Add submodule SoilMoistureProfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Cham Pham authored and mattw-nws committed May 6, 2022
1 parent c1803c0 commit 23d4fcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
path = extern/SoilFreezeThaw/SoilFreezeThaw
url = https://github.com/NOAA-OWP/SoilFreezeThaw
branch = master
[submodule "extern/SoilMoistureProfiles/SoilMoistureProfiles"]
path = extern/SoilMoistureProfiles/SoilMoistureProfiles
url = https://github.com/NOAA-OWP/SoilMoistureProfiles
branch = main
2 changes: 1 addition & 1 deletion extern/SoilFreezeThaw/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, cd into the outer directory containing the submodule:

Before library files can be built, a CMake build system must be generated. E.g.:

cmake -B cmake_build -S .
cmake -B cmake_build -S . -DNGEN=1

Note that when there is an existing directory, it may sometimes be necessary to clear it and regenerate, especially if any changes were made to the [CMakeLists.txt](CMakeLists.txt) file.

Expand Down
1 change: 1 addition & 0 deletions extern/SoilMoistureProfiles/SoilMoistureProfiles
Submodule SoilMoistureProfiles added at 475e28

0 comments on commit 23d4fcb

Please sign in to comment.