I configured CMake with -Dhypertrie_BUILD_TESTS=ON. The readme states that this would only build the tests that do not need Pytorch. However I get the build error message
<...>/hypertrie/tests/TestEinsum.cpp:14:10: fatal error: torch/torch.h: Datei oder Verzeichnis nicht gefunden <file or folder not found>
14 | #include <torch/torch.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
I configured CMake with
-Dhypertrie_BUILD_TESTS=ON
. The readme states that this would only build the tests that do not need Pytorch. However I get the build error message