test/CMakeLists.txt: Fix build on Windows/MinGW.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 21 Jan 2014 19:31:14 +0000 (20:31 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 21 Jan 2014 19:31:14 +0000 (20:31 +0100)
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).


No differences found