This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Description
I run the full command in the installation guid
cmake .. -DMSVC=true -DZMQ_LIBRARY="../3rdparty/zmq.lib" -DZMQ_INCLUDE_DIR="../3rdparty/libzmq/include" -DGFLAGS_LIBRARY="../3rdparty/gflags_static.lib" -DGFLAGS_INCLUDE_DIR="../3rdparty/gflags/build/include" -DGLOG_ROOT_DIR="../3rdparty/glog" -DCMAKE_CXX_FLAGS_RELEASE="/MP /EHsc" -G "Visual Studio 15 2017 Win64"
and the error happened:
CMake Error in common/CMakeLists.txt:
Imported target "Torch" includes non-existent path
"D:/StarCraftAI/TorchCraft/TorchCraftAI/3rdparty/pytorch/torch/lib/tmp_install/include/THC"
in its INTERFACE_INCLUDE_DIRECTORIES.

So the follow command "msbuild CherryPi.sln /property:Configuration=Release /m” is also failled.