Greetings.
I got several errors while native build using configure.py on Window 10.
I’m looking for the cause of the errors, and one of them is this.
D:\ODM\SuperBuild\build\untwine\CMakeFiles\CMakeTmp\CheckIncludeFile.cxx(1,10): fatal error C1083: cannot open include file. ‘pthread.h’: No such file or directory [D:\ODM\SuperBuild\build\untwine\CMakeFiles\CMakeTmp\cmTC_44c8d.vcxproj]
According to googling, Pthreads is not natively supported on windows, so I think I need to change cmake file manually. But unfortunately, several tries has failed because I’m new to cmake…
May I get some advice on this?
I’m using python 3.8, Cmake 3.20.5, and VS 2019 for compiler.
Many thanks for reading.