switch to boost::thread for mingw build

This commit is contained in:
Lee Clagett
2017-02-12 17:53:13 -05:00
parent 3f171b931f
commit 2cde2c02ca
8 changed files with 69 additions and 64 deletions
+2
View File
@@ -75,6 +75,8 @@ target_link_libraries(unit_tests
wallet
p2p
epee
${Boost_CHRONO_LIBRARY}
${Boost_THREAD_LIBRARY}
${GTEST_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})