SimLOD
SimLOD copied to clipboard
Can't compile on Windows 10
Hi,
I followed the README instructions to build and run:
- Installed CUDA Toolkit 12.4
- Run:
mkdir build
cd build
cmake ../ -G "Visual Studio 17 2022" -A x64
- Opened build/SimLOD.sln solution
- Try to compile (Both the solution, all projects, and just the SimLOD project)
However, I get errors regarding unsuck.hpp file and the templates used, most (if not all) regarding printfmt. Using C++20, all settings as generated by CMake.
Any solution?