Merge pull request #1 from vertoe/master

fix CMakeLists.txt to add -lpthread, did not compile boost 1.55
release-v0.4.0.1
monero-project 10 years ago
commit 9b7accb257

@ -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")

Loading…
Cancel
Save