Closed anadon closed 4 years ago
:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.
:relaxed: If you want to provide feedback on our bot, here is how to contact us.
There is conflict here with MSVC compiler, which does not support -pthreads. I will try to make corrections to accommodate that.
Removed setting stack size in cmake as this was causing build failures for tests on linux and added linking for pthreads for compiling objects and libraries as some tests require these and they were not linked previously.