Closed AndrewPaxie closed 1 year 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.
pthread
thread_terror
CMakeLists.txt
trompeloeil.sln
Fix coming in a PR from @AndrewPaxie .
Fixed in pull request #246 and improved with issue #248 and commit 2b26831.
This should've been closed ages ago...
The
pthread
library is specified forthread_terror
inCMakeLists.txt
. This is not needed for a build on Windows (MSVC). A "build all" of the generatedtrompeloeil.sln
fails at the link step.Fix coming in a PR from @AndrewPaxie .