When I build from source in win10 with cmake, it always with following errors:
D:\github\incubator-mxnet\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: 无法打开包括文件: “pthread.h”: No such file or directory [D:\github\incubator-mxnet\build\CMakeFiles\CMakeTmp\cmTC_05d6c.vcxproj]
is the question for no pthread in windows? and how to fix it?
my enviroument is
cmake 3.6.5
vs2015
mxnet latest in master
I add pthread in vc14 folder manually, but still can’t find pthread.h