We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26f112 commit c791645Copy full SHA for c791645
README.md
@@ -102,6 +102,11 @@ No CMAKE_Fortran_COMPILER could be found.
102
```
103
Try installing a Fortran compiler (e.g., `brew reinstall gcc`)
104
105
+```
106
+warning: no files found matching 'gitmodules/...
107
108
+Since git clone was done without recursive option, try: `git submodule update --init`
109
+
110
#### How to debug
111
```sh
112
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git
0 commit comments