mcnptools
mcnptools copied to clipboard
fatal error LNK1104: cannot open file 'pthread.lib'
I'm trying to build MCNP tools on Widnows with MSVC 19.0 cmake version 3.25.2
I'm getting the following errors
LINK : fatal error LNK1104: cannot open file 'pthreads.lib' [D:\TOOLS\MCNP_TOOLS\mcnptools-main\mcnptools-main\CMakeFiles\CMakeScratch\TryCompile-rx3low\cmTC_e47a5.vcxproj]
LINK : fatal error LNK1104: cannot open file 'pthread.lib' [D:\TOOLS\MCNP_TOOLS\mcnptools-main\mcnptools-main\CMakeFiles\CMakeScratch\TryCompile-do7z8r\cmTC_e1da9.vcxproj]
error log attached
Could you please help?