From: Uwe Hermann Date: Tue, 21 Jan 2014 19:31:14 +0000 (+0100) Subject: test/CMakeLists.txt: Fix build on Windows/MinGW. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=c0aa7d313610b13ba7f38b5f9f627ba71655fd9c;hp=c0aa7d313610b13ba7f38b5f9f627ba71655fd9c;p=pulseview.git test/CMakeLists.txt: Fix build on Windows/MinGW. On Windows/MinGW we need to use Boost's 'thread_win32' instead of 'thread' (was already done in the main CMakeLists.txt, but not yet in test/CMakeLists.txt). ---