Merge pull request #1 from vertoe/master

fix CMakeLists.txt to add -lpthread, did not compile boost 1.55
This commit is contained in:
monero-project 2014-05-05 20:14:41 -04:00
commit 9b7accb257
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if(MINGW)
elseif(APPLE)
set(Boost_LIBRARIES "${Boost_LIBRARIES}")
elseif(NOT MSVC)
set(Boost_LIBRARIES "${Boost_LIBRARIES};rt")
set(Boost_LIBRARIES "${Boost_LIBRARIES};rt;pthread")
endif()
set(COMMIT_ID_IN_VERSION ON CACHE BOOL "Include commit ID in version")