All Questions
1 question
0
votes
1
answer
892
views
LibTorch with CMake via Eclipse in Windows:Terminated exit value 390
I used cmake4eclipse to build torch C++ version 1.0 stable in Windows 10. Basically, I have the following CMakeLists.txt to build the mnist example:
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
...