Hi,
in .tipi/deps I had
"google/googletest": {
"u": true,
"package": "GTest"
},
this produced a CMake error because I wrote package instead of packages. I think that having an incorrect entry in .tipi/deps should produce a hard error, otherwise it's easy to lose a lot of time troubleshooting the wrong problem.
Hi,
in
.tipi/depsI hadthis produced a CMake error because I wrote
packageinstead ofpackages. I think that having an incorrect entry in.tipi/depsshould produce a hard error, otherwise it's easy to lose a lot of time troubleshooting the wrong problem.