ksherlock / mpw

Macintosh Programmer's Workshop (mpw) compatibility layer
238 stars 21 forks source link

Add step to initialize and fetch submodules #39

Closed potomak closed 1 year ago

potomak commented 1 year ago

I was getting this error:

CMake Error at CMakeLists.txt:28 (add_subdirectory):
  add_subdirectory given source "libsane" which is not an existing directory.

because I didn't know that I had to initialize libsane that is a git submodule.

https://www.git-scm.com/book/en/v2/Git-Tools-Submodules

ksherlock commented 1 year ago

Thanks. I overlooked that when I added the submodule.