rollbear / trompeloeil

Header only C++14 mocking framework
Boost Software License 1.0
811 stars 86 forks source link

thread_terror not building on Windows #245

Closed AndrewPaxie closed 1 year ago

AndrewPaxie commented 3 years ago

The pthread library is specified for thread_terror in CMakeLists.txt. This is not needed for a build on Windows (MSVC). A "build all" of the generated trompeloeil.sln fails at the link step.

Fix coming in a PR from @AndrewPaxie .

AndrewPaxie commented 3 years ago

Fixed in pull request #246 and improved with issue #248 and commit 2b26831.

rollbear commented 1 year ago

This should've been closed ages ago...