Hallo folks,
I have got a question. I am somewhat new to CMake. I am using fmtlib across several packages which I put together with CPM, but I keep getting this error:
[0/2] Re-checking globbed directories...
ninja: error: '_deps/fmt-build/libfmtd.a', needed by '_deps/mylib-build/libmylib.a', missing and no known rule to make it
Can somebody give me a tip on how to resolve this?
Mebus