ADVRHumanoids/CartesianInterface

FMT Problem CMakeList.txt not found

Closed this issue · 3 comments

The source directory

/home/user/MultiDoF-superbuild/external/CartesianInterface/external/fmt

does not contain a CMakeLists.txt file.

The problem is that on the 2.0 branches I have decided (for now) to include fmtlib as a submodule. Git won't clone submodules automatically, so you need to issue git submodule update --init --recursive inside the main source folder. Let me know if this works for you

Let's see if this solution is convenient, maybe I'll switch to just copying the fmt source inside the repo

Thanks @alaurenzi, it works.