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)
commitc0aa7d313610b13ba7f38b5f9f627ba71655fd9c
tree65d137257442ebd954604e1c8ac6215fe0a05da9
parent1d04852f3d78a49360da3e8a5289793fbeae2e0f
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).
test/CMakeLists.txt